regex_replace
Replace text in strings using regular expression patterns to find and substitute specific content with custom replacements.
Instructions
Replace text using a regex pattern
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| pattern | Yes | ||
| replacement | Yes | ||
| flags | No |