text
Syntax:
StringColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: STRING, TEXT
Validation
- Minimum parameters: 3
- Maximum parameters: 3
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
text
Syntax:
Replace([text_column], "substring", "replacement")
StringColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
string | text|column | ✓ Yes | The text to be searched and modified. |
substring | text|column | ✓ Yes | The substring to be found and replaced. |
replacement | text|column | ✓ Yes | The text that replaces the substring. |
Replace([Phone], "-", "")