org.archive.modules.canonicalize.RegexRule_en.utf8 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of heritrix-modules Show documentation
Show all versions of heritrix-modules Show documentation
This project contains some of the configurable modules used within the
Heritrix application to crawl the web. The modules in this project can
be used in applications other than Heritrix, however.
description:
General regex rule. Specify a matching regex and a format string used
outputting result if a match was found. If problem compiling regex or
interpreting format, problem is logged, and this rule does nothing. See User
Manual for example usage.
format-description:
The format string to use when a match is found.
regex-description:
The regular expression to use to match.