Class CommonPattern

  • Direct Known Subclasses:
    JdkPattern

    abstract class CommonPattern
    extends java.lang.Object
    The subset of the Pattern API which is used by this package, and also shared with the re2j library. For internal use only. Please refer to the Pattern javadoc for details.
    • Constructor Detail

      • CommonPattern

        CommonPattern()
    • Method Detail

      • matcher

        public abstract CommonMatcher matcher​(java.lang.CharSequence t)
      • pattern

        public abstract java.lang.String pattern()
      • flags

        public abstract int flags()
      • toString

        public abstract java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • compile

        public static CommonPattern compile​(java.lang.String pattern)
      • isPcreLike

        public static boolean isPcreLike()