+
K
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.
Takes the substring of a string starting at a given start index and with a given length.
Returns the input string value converted to all lowercase.
Returns the input string value converted to all uppercase.
Returns a string which concatenates two input strings (string delimiter optional).
Replaces matched string values with a different string.