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

Compare with Current View Page History

Version 1 Current »

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

Name

Type

Data Type

Description

Match

*Result (Optional)

PRIM_REGX.Match

Reference to an object that contains information about the match

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