Replaces every instance of a substring within a text value with a replacement value.
Category: text
Syntax:
Returns: StringColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: STRING, TEXT
Validation
- Minimum parameters: 3
- Maximum parameters: 3
Examples
Removes every dash from each phone number.
- Find - Return the position of a substring instead of replacing it
- Contains - Test whether a substring is present
- Concat - Combine values into a single text value
Last modified on August 17, 2026