Regular expressions - IsMatch Method

Indicates whether the regular expression finds a match in the input string

Member of Regular expressions (PRIM_REGX)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Boolean

True if the regular expression finds a match, otherwise false

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