regex_regex_escape
Escape special regex characters in user-supplied text to create literal pattern matches when building regular expressions.
Instructions
[regex] Escape special regex characters in a string so it matches literally. Use when building patterns from user-supplied text.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |