Class DefaultDef.RegexMapper

    • Field Detail

      • id

        public java.lang.String id
      • regexs

        public DefaultDef.Regex[] regexs
        This is an array of Regex. A match occurs if any one of the Regex matches; it is the equivalent of or-ing the regular expressions together. A candidate string is processed sequentially by each Regex in their document order until one matches. In none match, well, none match.