ReReplace
Uses a regular expression (regex) to search a string for a string pattern and replace it with another.
The search is case-sensitive.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to search | |
|
|
| The regular expression to search for | |
|
|
| The string to replace regex with | |
|
|
| The scope to search in (one, all) |
|
Examples
Related
Last updated