
Runs a search on specified input string for all occurrences of current regular expression and returns all the matches
Member of PRIM_REGX.MatchAll (PRIM_REGX.MatchAll)
Parameters
Name | Type | Data Type | Description |
---|---|---|---|
Matches | *Result (Optional) | PRIM_REGX.MatchCollection | Reference to a collection of the Match objects found by the search; if no matches were found, the collection is empty |
InputString | *Input | Unicode String | The unicode string to search for a match |
Details
No detailed help is available for this feature