The Web Crawler implements Sun’s java.util.regex package to parse and match the pattern of the regular expression. Therefore, the supported regular-expression constructs are the same as those in the documentation page for the java.util.regex.Pattern class:

                  http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html
               

This means that among the valid constructs you can use are:

For a full list of valid constructs, see the Pattern class documentation page referenced above.


Copyright © Legal Notices