Regular expressions - IsMatch Method

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

Member of Regular expressions (PRIM_REGX)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)BooleanTrue if the regular expression finds a match, otherwise false
Pattern*InputUnicode StringThe regular expression pattern to match
InputString*InputUnicode StringThe unicode string to search for a match

Details

No detailed help is available for this feature

See also

All Component Classes

Technical Reference