hasMatch method

bool hasMatch(
  1. String pattern
)

Implementation

bool hasMatch(String pattern) => RegExp(pattern).hasMatch(this);