PRIM_REGX.MatchAll - Execute Method

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

NameTypeData TypeDescription
Matches*Result (Optional)PRIM_REGX.MatchCollectionReference to a collection of the Match objects found by the search; if no matches were found, the collection is empty
InputString*InputUnicode StringThe unicode string to search for a match

Details

No detailed help is available for this feature

See also

All Component Classes

Technical Reference