hasNoRegexMatch function

Matcher hasNoRegexMatch(
  1. RegExp regex
)

Implementation

Matcher hasNoRegexMatch(RegExp regex) {
  return _HasNoRegexMatch(regex);
}