Skip to main content

STRIP

Remove all leading and trailing spaces from a string

Example Usage

STRIP("   ABC123.  ") -> "ABC123"

Overview

Function signature
STRIP(value)

Category
String

Return data type
string

Arguments

NameDataTypeList Options                          Description
valuestringThe string from which to remove leading and trailing spaces