Change case of strings
- Last UpdatedJul 23, 2024
- 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.