Relax\Greppy\Matcher::matches PHP Method

matches() public method

Checks if the subject matches the pattern.
public matches ( Relax\Greppy\Pattern $pattern ) : boolean
$pattern Relax\Greppy\Pattern
return boolean
    public function matches(Pattern $pattern);