Interface StringPattern

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String string)
      Returns true if the specified string matches the pattern.
    • Method Detail

      • matches

        boolean matches​(java.lang.String string)
        Returns true if the specified string matches the pattern.
        Parameters:
        string - String to be matched. Can be null.