klyn.regex.RegEx.find
method
public find(input as String) as MatchResult throws RegExException:
Description

Finds the first occurrence of the pattern in the input.

Parameters
ParameterDescription
inputThe string to search.
Returns

The result of the search or null if no occurrence is found.

Throws
  • RegExException if the regular expression cannot be evaluated.