Skip to main content

TRIM

Removes leading and trailing spaces from text

Updated over 3 weeks ago

Description

The TRIM() function allows you to remove leading and trailing space characters from text.

Syntax

TRIM(text)

Output

text

Variables

  1. text: The input text you want to remove leading and trailing space characters for.

Example

LEFT_PART(`Text`)

ID

Text

TRIM

1

Hello, World!

Hello, World!

Did this answer your question?