Changing Case of Strings
- Last UpdatedNov 07, 2016
- 1 minute read
In a script, you can use the StringLower() and StringUpper() functions to return a specified string in lowercase and uppercase. You can assign the result to the specified string to perform a conversion from upper to lowercase or vice versa.