Magic File Renamer Help


Index > Reference > Filters > Replacing Filters > Replacer Filter





This filter perform search & replace opeartion on names.

Examples:

Replace "dog" with "cat", replace only whole words:

The dogs ran away from the big dog >>> The dogs ran away from the big cat

Replace "\((.+)\)" with "$1", use regular expressions:

aaa (bbb) ccc >>> aaa bbb ccc