hasMatch method

bool hasMatch (String input)

Returns whether the regular expression has a match in the string input.

Implementation

bool hasMatch(String input);