Saltbox Core Connector Updated
Saltbox Core Connector version 11.31.0 adds new text functions to Visual Data Mapper:
TrimLeft
- Trim the specified whitespace (or another specified character) from the beginning of the provided string.TrimRight
- Trim the specified whitespace (or another specified character) from the end of the provided string.IndexOfRegularExpression
- Get the first index of the string that matches the provided regular expression. If no match is found, the result is: -1ReplaceUsingRegularExpression
- Replace all substrings that match the regular expression with the provided text.
For more details, see Saltbox Core Connector Reference.