klyn.regex.RegEx.matcher
method
public native matcher(input as String) as RegExMatcher throws RegExException:
Description

Creates a matcher for the regular expression.

Parameters
ParameterDescription
inputThe string to match.
Returns

The created matcher.

Throws
  • RegExException if the regular expression cannot be evaluated.