public interface IReplaceWithProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
replaceWordWith(String expression)
May be called to replace a single word inside a paragraph with an expression
defined in a comment.
|
void replaceWordWith(String expression)
expression - the expression to replace the text withCopyright © 2017. All rights reserved.