Change Description Substitution Rule

Change Description changes the description of all structured documents in the supplied collection of documents.

The rule only applies to structured documents.

This rule uses the following parameters:
Find
The string or pattern in the description to modify.
Replace With
The replacement string text.
Case Sensitive
A true/false selection indicating if the Find string must match the case. Select the check box for true; clear the check box for false.
RegEx
A true/false selection indicating if regular expression processing should be used. Select the check box for true; clear the check box for false.

Inserting a Text String at the Beginning of the Description

To change the document's description to be prefixed with the string << retired content >>, specify a Change Description Rule with:
Find (.*^)
Replace With << retired content >> $1
Case sensitive false (not selected)
RegEx true (selected)