lc

Synopsis

$ lc("STRiNG")

Returns a lowercase version of the specified string

Parameters

"STRiNG" - the string to lowercase. -

Returns

A scalar string.

Examples

$string = lc("tHIS iS a tEST"); println($string);

this is a test

See Also