Replaces any appearance of the provided [target] with the provided [replacement] in the text.
%formatter_text_replace_[target]_[replacement]_<text>%
| Option | Description |
The text to target and replace with replacement.Text can be an empty String. {{u}} to target _ |
|
|
Type: String Required? No |
|
|
The text to replace the target with. Text can be an empty String. {{u}} to replace target with _ |
|
|
Type: String Required? No |
|
The text in which the provided target should be replaced by the replacement.
|
|
|
Type: String Required? Yes |
/papi parse me %formatter_text_replace_ __Re pla ce% -> Replace
/papi parse me %formatter_text_replace_{{u}}__Re_pla_ce me% -> Replace me