strtolower
Make a string lowercase
&reftitle.description;
stringstrtolower
stringstring
Returns string with all alphabetic characters
converted to lowercase.
Note that 'alphabetic' is determined by the current locale. This means
that e.g. in the default "C" locale, characters such as umlaut-A
(Ä) will not be converted.
&reftitle.parameters;
string
The input string.
&reftitle.returnvalues;
Returns the lowercased string.
&reftitle.examples;
strtolower example
]]>
&reftitle.notes;
¬e.bin-safe;
&reftitle.seealso;
strtoupper
ucfirst
ucwords
mb_strtolower