Rename Folder Item changes the name of all folder items in the supplied collection of documents.
The rule applies to all folder items. This rule uses the following parameters:
- Find
- The string or pattern to modify.
- Replace With
- The original name substring is replaced with the specified 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.
Adding a Prefix to the File Name
To change the name of the documents to be prefixed with the string
<< retired content >>
, specify a Rename Folder Item rule with:
Find |
(.*^) |
Replace With |
<< retired content >>$1 |
Case sensitive |
false (not selected) |
RegEx |
true (selected) |