Remove spaces from strings
- Last UpdatedJul 23, 2024
- 1 minute read
In a script, you can trim leading and trailing spaces (blanks) from strings by using the StringTrim() function. You can use this to remove unwanted spaces from a string, for example after a user input.