Difference between revisions of "ReNamer:Rules:Strip"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Strip Rule == | == Strip Rule == | ||
<center>[[Image:StripRule.png]]</center> | <center>[[Image:StripRule.png]]</center> | ||
− | Strip characters from the filename. The rule has predefined character sets, like digits, symbols | + | Strip characters from the filename. The rule has predefined character sets, like digits, symbols and brackets, but you can also define your own character set. |
Every occurrence of each of the specified characters will be removed from the filename. | Every occurrence of each of the specified characters will be removed from the filename. | ||
− | |||
The parameters are as follows: | The parameters are as follows: | ||
Line 17: | Line 16: | ||
|- | |- | ||
| Digits | | Digits | ||
− | | | + | | Strips digits |
|- | |- | ||
| Symbols | | Symbols | ||
− | | | + | | Strips symbols |
|- | |- | ||
| Brackets | | Brackets | ||
− | | | + | | Strips brackets (but not the contents of the brackets) |
*If you want to delete the content as well, use the [[ReNamer:Rules:CleanUp|CleanUp]] rule instead. | *If you want to delete the content as well, use the [[ReNamer:Rules:CleanUp|CleanUp]] rule instead. | ||
Line 29: | Line 28: | ||
| User-defined | | User-defined | ||
| Define any character that needs to be stripped off. | | Define any character that needs to be stripped off. | ||
+ | *Note that this is not a string. All characters in the entry are searched for individually and removed. | ||
|- | |- | ||
| Skip extension | | Skip extension | ||
− | | If this check box is | + | | If this check box is selected, the extension will be ignored by the rule. |
|} | |} |
Revision as of 12:42, 26 August 2009
Strip Rule
Strip characters from the filename. The rule has predefined character sets, like digits, symbols and brackets, but you can also define your own character set.
Every occurrence of each of the specified characters will be removed from the filename.
The parameters are as follows:
Parameter | Details |
---|---|
Digits | Strips digits |
Symbols | Strips symbols |
Brackets | Strips brackets (but not the contents of the brackets)
|
User-defined | Define any character that needs to be stripped off.
|
Skip extension | If this check box is selected, the extension will be ignored by the rule. |