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

NameTypeData TypeDescription
Matches*Result (Optional)PRIM_REGX.MatchCollectionReference to a collection of the Match objects found by the search; if no matches are found, the collection is empty
Pattern*InputUnicode StringThe regular expression pattern to match
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