Class | Description |
---|---|
ReduceConsecutivesTransformer |
Reduces specified consecutive characters or strings to only one
instance (document content only).
|
ReplaceTransformer |
Replaces every occurrences of the given replacements
(document content only).
|
StripAfterTransformer |
Strips any content found after first match found for given pattern.
|
StripBeforeTransformer |
Strips any content found before first match found for given pattern.
|
StripBetweenTransformer |
Strips any content found between a matching start and end strings.
|
Copyright © 2009-2014 Norconex Inc.. All Rights Reserved.