Word Replacement (replaceWith)

The replaceWith processor allows you to replace a specific word or selection with the result of an expression.

Usage

replaceWith(customer.name)

Available Methods

Expression Effect
replaceWith(expression) Replace the commented word with the value of the given expression. The selection cannot run over several paragraphs.
replaceWordWith(expression) Obsolete, use replaceWith instead.

Navigation

Edit this page