String operations

Back to: Index of transforms

Transforms in this section operate on a string data type. Learn more about how to search for and add a transformation.

Substring

Takes the substring of a string starting at a given start index and with a given length.

Lowercase

Returns the input string value converted to all lowercase.

Uppercase

Returns the input string value converted to all uppercase.

Concatenate

Returns a string which concatenates two input strings (string delimiter optional).

Find and replace

Replaces matched string values with a different string.