Interface StringMatcher

    • Method Detail

      • matches

        boolean matches​(java.lang.String s)
        Return whether or not the given String matches.
        Parameters:
        s - a String
        Returns:
        true if the String matches, false if it does not match