\b;Instrução \c;strlower\n;
Converte todos os carácteres de uma string para minúsculas.

Sintaxe:
\s;\c;strlower ( string );\n;

Exemplos:
\s;\c;	string s = strlower("Abc");  // s recebe "abc"
\n;
\t;Veja também
\c;\l;strlen\u cbot\strlen;\n;, \c;\l;strleft\u cbot\strleft;\n;, \c;\l;strright\u cbot\strright;\n;, \c;\l;strmid\u cbot\strmid;\n;, \c;\l;strfind\u cbot\strfind;\n;, \c;\l;strval\u cbot\strval;\n;, \c;\l;strupper\u cbot\strupper;\n;
\l;Programação\u cbot;, \l;tipos\u cbot\type; e \l;categorias\u cbot\category;.
