suve

awful: function: str-lower

Declaration

string :str-lower ( string $TEXT )

Summary

Returns an all-lowercase version of provided string. Note that, for UTF-8 strings, case conversions may not always be reversible (that is, several uppercase characters may map to the same lowercase character).

Example

# :str-lower example.
:writeln :str-lower s"I TOLD YOU I'M NOT ANGRY"

wikipage modified on 2014/0601/2317