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)
Parameters
Name |
Type |
Data Type |
Description |
Match |
*Result (Optional) |
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 |
Details
No detailed help is available for this feature