hasMatch method

bool hasMatch(
  1. String str
)

Implementation

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