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

NameTypeData TypeDescription
Match*Result (Optional)PRIM_REGX.MatchReference to an object that contains information about the match
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