Prev:
substr
uppercase
uppercase(
string
)
This function returns the result of changing each lowercase character in
string
to uppercase.
uppercase("fOOBAr 23") => "FOOBAR 23"