Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Regular expressions - IsMatch Method

Panel
bgColor#2c3c4c

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