Function: toUpper()
Converts a string to upper case.
Syntax
toUpper(string)
Argument | Type | Description |
---|---|---|
string | String | String to be converted to upper case. |
Examples
toUpper("TestString")
Converts the string "TestString" to "TESTSTRING".
PhixFlow Help
Converts a string to upper case.
toUpper(string)
Argument | Type | Description |
---|---|---|
string | String | String to be converted to upper case. |
toUpper("TestString")
Converts the string "TestString" to "TESTSTRING".