regex_escape
Escape special regex characters in a string to perform literal matching without unintended pattern interpretation.
Instructions
Escape special regex characters in a string for literal matching.
Parameters:
text — String to escape for regex use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |