Magic File Renamer Help
Replacer Filter

Replace occurances of a user defined string s1 with a user defined string s2. If s2 is empty, occurances of s1 will be stripped (removed).

Replace string s2 may contain formatting parameters, which will be parsed and used by the replacer.

Examples

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

The dogs ran from the dog.txt    >>>   The dogs ran from the cat.txt

Replace '[0-9]*' with '[$0]', replace only first occurance, search string is a regular expression:

06 - Trouble.mp3   >>>   [06] - Trouble.mp3


[Filters List]  [Index]