Welcome to Catalog Tips
Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
STRIPWHITESPACE – Remove white space from string
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)