suve

awful: function: str-upper

Declaration

string :str-upper ( string $TEXT )

Summary

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

Example

# :str-upper example.
:writeln :str-upper s"i don't know what we're yelling about"

wikipage modified on 2014/0601/2317