Difference between revisions of "ReNamer:Rules:Strip"
Jump to navigation
Jump to search
(Left align the parameters column) |
(Separated parameter sets.) |
||
Line 5: | Line 5: | ||
<center>[[Image:StripRule.png]]</center> | <center>[[Image:StripRule.png]]</center> | ||
− | 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. | + | 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. All occurrences of the specified characters will be removed from the filename. |
− | + | Character set parameters: | |
{| class="wikitable" | {| class="wikitable" | ||
Line 35: | Line 35: | ||
| 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. | * Note that this is not a string. All characters in the entry are searched for individually and removed. | ||
+ | |} | ||
+ | |||
+ | Other parameters: | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Parameter | ||
+ | ! Details | ||
|- | |- | ||
| Strip all characters except selected | | Strip all characters except selected |
Revision as of 22:14, 6 January 2021
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. All occurrences of the specified characters will be removed from the filename.
Character set parameters:
Parameter | Details |
---|---|
English |
Strip all English characters (both capital and small).
|
Digits | Strip digits |
Symbols | Strip symbols (all characters that are considered to be symbols are showed in the box on the right) |
Brackets | Strip brackets (but not the contents of the brackets)
|
User-defined | Define any character that needs to be stripped off.
|
Other parameters:
Parameter | Details |
---|---|
Strip all characters except selected |
Retains the selected characters only, and strips the rest.
|
Skip extension | If this check box is selected, the extension will be ignored by the rule. |