regexreplace
Find and replace text in strings using regular expression patterns. Use flags like /g for all occurrences and /i for case-insensitive matching.
Instructions
Find and replace within a String using a RegEx pattern. Include the leading and trailing '/' in your pattern and optionally append flags. If the /g flag is used, it will replace all occurrences. Use the /i flag to make the search ignore case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||