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

Creates a matcher for the regular expression.

Parameters
ParameterDescription
inputThe string to match.
Returns

The created matcher.