\b;Anweisung \c;strlower\n;
Konvertiert alle Zeichen eines \l;Strings\u cbot\string; in Kleinbuchstaben.

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

Beispiele:
\s;\c;	string s = strlower("Abc");  // s ist "abc"
\n;
\t;Siehe auch
\l;Strings\u cbot\string;, \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;
Die \l;CBOT-Sprache\u cbot;, \l;Variablentypen\u cbot\type; und \l;Kategorien\u cbot\category;.
