hasMatch method Null safety

bool hasMatch (
  1. String input
)

Whether the regular expression has a match in the string input.

Implementation

bool hasMatch(String input);