matches abstract method

bool matches(
  1. RulesString regex
)

Performs a regular expression match on the whole string.

Implementation

bool matches(RulesString regex);