Class IndexSchema.DynamicReplacement.DynamicPattern

    • Field Detail

      • regex

        protected final String regex
      • fixedStr

        protected final String fixedStr
    • Constructor Detail

      • DynamicPattern

        protected DynamicPattern​(String regex,
                                 String fixedStr)
    • Method Detail

      • length

        public int length()
        Returns the length of the original regex, including the asterisk, if any.