Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Functions
TRIM
Remove spaces from the begging and the end of the string.
Parameter List
Syntax
TRIM
(
text
)
text
The string to trim
Examples
Example 1
TRIM("this is dashdash") returns " this is dashdash "
Parameter List
Examples