> Erlang中文手册 > to_lower/1 把字符串里的字符转为小写字母

string:to_lower/1

把字符串里的字符转为小写字母

用法:

to_lower(String) -> Result

把字符串 String 里的字符转为小写字母

string:to_lower("AbCdEfg").