matches abstract method

bool matches(
  1. String regex
)

Returns true if the string matches the specified regular expression literal.

Implementation

bool matches(String regex);