version 3
Uppercase (string) String
Parameter | Type | Description | |
string | String | String to convert | |
Function result | String | String in uppercase |
Description
Uppercase takes string and returns the string with all alphabetic characters in uppercase.
Example
See the example for Lowercase.
See Also