Quick File Rename can remove brackets and other special characters for any file rename operation. Because regular expressions are used in all rename operations, a bracket MUST be preceded by a backslash i.e. \ character. To remove a left bracket, add the remove rule e.g. remove all occurence(s) of "\(" to remove left brackets. Likewise to remove all occurence(s) of right brackets, use "\)". Chances are if Quick File Rename is prompting you that the expression is incorrect, you may have a special character. Special characters for regular expressions include
- . (periods)
- ( ) (left and right brackets)
- ^
- $
- { } (curly braces)
- [ ] (square brackets)
- ?
- \ (backslash)
- * (asterisk)
- + (plus sign)
To remove a special character, simply add a backslash \ before the character, then add your rule. e.g. to Remove a period, use \.
Become a Quick File Rename master
To unleash the full power of Quick File Rename we highly recommend learning regular expressions. The following book is highly recommended. Learning regular expressions not only complements Quick File Rename but other applications as well.
Buy Mastering Regular Expressions Now
with free international shipping
|