The requested page is not available for selected version.
uppercase
Return a copy of the specified source string in uppercase.
Syntax
string uppercase(string str)
Parameters
str
The source string to be converted to uppercase.
Return Value
Returns a copy of the string str in all uppercase.
Example
Test Lines
Result