Table of Contents
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)