uc

Synopsis

$ uc("string")

Returns a uppercase version of the specified string

Parameters

"string" - the string to uppercase. -

Returns

A scalar string.

Examples

$string = uc("this Is a tEsT"); println($string);

THIS IS A TEST

See Also