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)

PRIM_REGX.MatchCollection

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


See also

All Component Classes

Technical Reference

  • No labels