hasRegexMatch function

Matcher hasRegexMatch(
  1. RegExp regex
)

Implementation

Matcher hasRegexMatch(RegExp regex) {
  return _HasRegexMatch(regex);
}