Last updated 13 days ago
Was this helpful?
Removes leading and trailing spaces from a given string.
Trim(text)
text (required) Text or a column of text.
Trim(" John Doe ")
Returns “John Doe”
Trim([First Name])
Returns: