Global::isMatch Method [AX 2012]

Validates whether the specified regular expression finds a match in the specified input string.

Syntax

client server public static boolean isMatch(str _input, str _pattern)

Run On

Called

Parameters

  • _input
    Type: str
    The string to search for the match.
  • _pattern
    Type: str
    The regular expression pattern to match.

Return Value

Type: boolean
true if the regular expression finds a match; otherwise, false.

See Also

Reference

Global Class