klyn.regex.RegEx.find
method
public find(input as String) as MatchResult:
Description
Finds the first occurrence of the pattern in the input.
Parameters
  • input The string to search.
Returns
The result of the search or null if no occurrence is found.