strtolower
Make a string lowercase
&reftitle.description;
stringstrtolower
stringstr
Returns string with all alphabetic characters
converted to lowercase.
Note that 'alphabetic' is determined by the current locale. This means
that in i.e. the default "C" locale, characters such as umlaut-A
(Ä) will not be converted.
&reftitle.parameters;
str
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