String manipulation

STRIPWHITESPACE – Remove white space from string

240 views June 1, 2018 admin 0

Overview

This Custom Field removes all or some white space from a given string.

Syntax

STRIPWHITESPACE(String, TRUE/FALSE)

STRIPWHITESPACE(FIELDSTR(Image Name), TRUE)

String The string from which to remove white space
TRUE/FALSE Determines whether all white space is removed (TRUE) or only white space
from the start and end of the string (FALSE).

Example

STRIPWHITESPACE(FIELDSTR(‘Category’), TRUE)

See also

Was this helpful?