hasMatch abstract method

bool hasMatch(
  1. String input
)

Evaluates if the the patter has a match with the input

Implementation

bool hasMatch(String input);