Regular expressions - Match Method
Searches an input string for a substring that matches a regular expression pattern and returns the first occurrence as a single Match object
Member of Regular expressions (PRIM_REGX)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Match | *Result (Optional) | PRIM_REGX.Match | Reference to an object that contains information about the match |
| Pattern | *Input | Unicode String | The regular expression pattern to match |
| InputString | *Input | Unicode String | The unicode string to search for a match |
No detailed help is available for this feature