klyn.regex.RegEx.matcher
method
public native matcher(input as String) as RegExMatcher:
Description
Creates a matcher for the regular expression.
Parameters
  • input The string to match.
Returns
The created matcher.