Class RegExprMatchHandle

  • All Implemented Interfaces:
    IMatchHandle

    public class RegExprMatchHandle
    extends Object
    implements IMatchHandle
    This class handles the matching tasks when regular expressions are used. Note, the regular expression is defined by Javadoc of class java.util.regex.Pattern. Also, it always enables the dotall mode (java.util.regex.Pattern.DOTALL).

    • Constructor Detail

      • RegExprMatchHandle

        public RegExprMatchHandle​(String[] regExList,
                                  boolean ignoreCase)
      • RegExprMatchHandle

        public RegExprMatchHandle​(String[] regExList)
      • RegExprMatchHandle

        public RegExprMatchHandle​(String[] regExList,
                                  boolean ignoreCase,
                                  boolean negated)