Difference between revisions of "ReNamer:Rules:Strip"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Template:Cleanup}} | {{Template:Cleanup}} | ||
− | == 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, brackets, but you can also define your own character set. | Strip characters from the filename. The rule has predefined character sets, like digits, symbols, 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. | ||
− | * Note that this not a string: All characters in the entry are searched for individually and removed. | + | *Note that this not a string: All characters in the entry are searched for individually and removed. |
− | The parameters are as follows: | + | The parameters are as follows: |
{| class="prettytable" | {| class="prettytable" | ||
− | ! Parameter | + | |- |
+ | ! Parameter | ||
! Details | ! Details | ||
− | |||
|- | |- | ||
− | | Digits | + | | Digits |
| Strip the digits | | Strip the digits | ||
− | |||
|- | |- | ||
− | | Symbols | + | | Symbols |
| Strip symbols (add new symbols, or remove some of the symbols, as necessary) | | Strip symbols (add new symbols, or remove some of the symbols, as necessary) | ||
− | |||
|- | |- | ||
− | | Brackets | + | | Brackets |
− | | Strip the brackets | + | | Strip the brackets (but not the contents) |
+ | *If you want todelete the content as well, use the [[ReNamer:Rules:CleanUp|CleanUp]] rule instead. | ||
|- | |- | ||
− | | User-defined | + | | User-defined |
| Define any character that needs to be stripped off. | | Define any character that needs to be stripped off. | ||
− | |||
|- | |- | ||
− | | Skip extension | + | | Skip extension |
| If this check box is unselected, the extension will be included in the rule. | | If this check box is unselected, the extension will be included in the rule. | ||
− | |||
|} | |} |
Revision as of 09:23, 4 July 2009
Strip Rule
Strip characters from the filename. The rule has predefined character sets, like digits, symbols, brackets, but you can also define your own character set.
Every occurrence of each of the specified characters will be removed from the filename.
- Note that this not a string: All characters in the entry are searched for individually and removed.
The parameters are as follows:
Parameter | Details |
---|---|
Digits | Strip the digits |
Symbols | Strip symbols (add new symbols, or remove some of the symbols, as necessary) |
Brackets | Strip the brackets (but not the contents)
|
User-defined | Define any character that needs to be stripped off. |
Skip extension | If this check box is unselected, the extension will be included in the rule. |