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