public class NormalizeCharMap
extends java.lang.Object
MappingCharFilter
.Constructor and Description |
---|
NormalizeCharMap() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String singleMatch,
java.lang.String replacement)
Records a replacement to be applied to the inputs
stream.
|
public void add(java.lang.String singleMatch, java.lang.String replacement)
singleMatch
occurs in
the input, it will be replaced with
replacement
.singleMatch
- input String to be replacedreplacement
- output StringCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.