hasMatch method

bool hasMatch (String str)

Implementation

bool hasMatch(String str) => regex.hasMatch(str);