Regular expressions - Matches Method
Searches an input string for all occurrences of a regular expression and returns all the matches
Member of Regular expressions (PRIM_REGX)
Parameters
Name |
Type |
Data Type |
Description |
Matches |
*Result (Optional) |
Reference to a collection of the Match objects found by the search; if no matches are found, the collection is empty |
|
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