public class EscapeProcessor extends TextProcessorAdapter
| Constructor and Description |
|---|
EscapeProcessor(String[][] escape)
Construct the escape processor with special escape symbols.
|
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
process(CharSequence source)
Process the text
|
process, process, processpublic EscapeProcessor(String[][] escape)
escape - escape symbols with replacement. This is a array of array wich consist of two strings
the pattern and the replacementpublic CharSequence process(CharSequence source)
source - the sourcetextTextProcessor.process(CharSequence)Copyright © 2016. All rights reserved.