Interface Pattern

  • All Known Implementing Classes:
    JdkPattern

    public interface Pattern
    • Method Detail

      • getRegex

        String getRegex()
        Return a string representation of the regular expression
        Returns:
        String representation of the regular expression
      • getMultiline

        boolean getMultiline()
        Return whether the pattern is multiline or not
        Returns:
        Ture if the pattern is multiline