ReNamer:Rules:Strip: Difference between revisions
Jump to navigation
Jump to search
(Left align the rule image) |
(Document "Unicode range" option.) |
||
Line 22: | Line 22: | ||
|- | |- | ||
| Digits | | Digits | ||
| Strip digits. | | Strip digits 0 through 9. | ||
|- | |- | ||
| Symbols | | Symbols | ||
| Strip symbols. | | Strip common symbols. | ||
* All characters that are considered to be symbols are showed in the box on the right. | * All characters that are considered to be symbols are showed in the box on the right. | ||
|- | |- | ||
| Brackets | | Brackets | ||
| Strip brackets. | | Strip common brackets. | ||
* The content between the brackets will remain unaffected. | * The content between the brackets will remain unaffected. | ||
* 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. | ||
|- | |- | ||
| User | | User defined | ||
| | | Specify any characters that need to be removed. | ||
* Note that this is not a string. All characters in the text box will removed individually. | * Note that this is not a string. All characters in the text box will removed individually. | ||
|- | |||
| Unicode range | |||
| Strip Unicode codepoints by their hexadecimal notation. | |||
For example: | |||
* "10000-10FFFF" for [https://www.compart.com/en/unicode/plane supplementary planes], | |||
* "200B,200C,200D,FEFF" for [https://www.compart.com/en/unicode/search?q=zero+width#characters zero width characters]. | |||
|} | |} | ||
Latest revision as of 23:34, 20 September 2025
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.
|
Digits | Strip digits 0 through 9. |
Symbols | Strip common symbols.
|
Brackets | Strip common brackets.
|
User defined | Specify any characters that need to be removed.
|
Unicode range | Strip Unicode codepoints by their hexadecimal notation.
For example:
|
Positioning parameters:
Parameter | Details |
---|---|
Everywhere | The characters will be stripped no matter where they occur in the filename. |
Leading | Strip characters only at the beginning of the filename. |
Trailing | Strip characters only at the end of the filename. |
Miscellaneous parameters:
Parameter | Details |
---|---|
Strip all characters except selected |
Retains the selected characters only, and strips the rest.
|
Case sensitive | Strip characters in a case sensitive manner. |
Skip extension | If this check box is selected, the extension will be ignored by the rule. |