Important
|
Deprecated in 5.0. Replaced with method toUpperCase() of the string instance. |
upper(string) => String
Converts string to uppercase.
string |
String |
String to convert |
Return
Source string converted to uppercase.
Example
print(upper("aBcD")); //will print "ABCD"