Trim

circle-info

The Trim() function strips text of whitespace from both ends.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

circle-check

Syntax

chevron-rightTrim(text)hashtag

Trim(" start with a space.") => "start with a space."

Trim(" start and end with spaces. ") => "start and end with spaces."

Trim("") => ""

Parameters

Name
Type
Required
Description

text

text

☑️

a text

Last updated

Was this helpful?