Remove Document Parts
Synopsis
Removes parts of a single document.
Description
This operator removes all parts of a document, which match a given regular expression. This might for example be helpful in order to delete tags in HTML. An regular expression matching all tags would be <[^>]*>
Input
document
The document port.
Output
document
The document port.
Parameters
Deletion regex
This regular expression specifies the parts of the string, which are deleted.