Method | Description | |
---|---|---|
Add ( string match, string replacement ) : void |
Records a replacement to be applied to the input stream. Whenever
|
|
Build ( ) : |
Builds the NormalizeCharMap; call this once you are done calling #add.
|
public Add ( string match, string replacement ) : void | ||
match | string | input String to be replaced |
replacement | string | output String |
return | void |