Escape Regex Literal
escape_regexEscape a string to use it as a literal inside a regular expression, preventing special characters from being interpreted as syntax.
Instructions
Escape a string so it can be used as a literal inside a regular expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |