You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

See also

All Component Classes
Technical Reference

  • No labels