ReMatch
Uses a regular expression (RE) to search a string for a pattern, starting from a specified position.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The regular expression to search for | |
|
|
| The string to serach in |
Examples
Related
Last updated