ReNamer:Rules:Strip: Difference between revisions

From den4b Wiki
Jump to navigation Jump to search
(Created page with '== Strip Rule == [[Image:]]Strip characters from the filename. The rule has predefined character sets, like digits, symbols, brackets, but you can also define your own character ...')
 
(Document "Unicode range" option.)
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Strip Rule ==
{{DISPLAYTITLE:ReNamer › Rules › Strip rule}}
[[Image:]]Strip characters from the filename. The rule has predefined character sets, like digits, symbols, brackets, but you can also define your own character set.
{{Go|up=ReNamer:Rules|prev=ReNamer:Rules:Extension|next=ReNamer:Rules:Case}}


Every occurrence of each of the specified characters will be removed from the filename.  
[[Image:StripRule.png]]


* Note that this not a string: All characters in the entry are searched for individually and removed.
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.  


The parameters are as follows:
Character set parameters:


{| class="wikitable"
|-
! Parameter
! Details
|-
| English
|
Strip all English characters.


{| class="prettytable"
* Numbers (0-9) will not be stripped.
| <center>'''Parameter'''</center>
* Non-English characters will not be stripped, e.g. characters with [http://en.wikipedia.org/wiki/Diacritic diacritical mark], which are used in many languages in Europe and Asia)
| <center>'''Details'''</center>


|-
|-
| Digits
| Digits  
| Strip the digits
| Strip digits 0 through 9.
|-
| Symbols
| Strip common symbols.


* All characters that are considered to be symbols are showed in the box on the right.
|-
|-
| Symbols
| Brackets
| Strip symbols (add new symbols, or remove some opf the symbols as necessary)
| Strip common brackets.


* 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.
|-
| 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.
|-
|-
| Brackets
| Unicode range
| Strip the brackets
| 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].
|}
 
Positioning parameters:


{| class="wikitable"
|-
! 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.
|-
|-
| User-defined
| Trailing
| Define any character that needs to be stripped off.
| Strip characters only at the end of the filename.
|}
 
Miscellaneous parameters:


{| class="wikitable"
|-
! Parameter
! Details
|-
|-
| Skip extension
| Strip all characters except selected
| If this check box is unselected, the extension will be included in the rule.
|  
Retains the selected characters only, and strips the rest.  


* This option is very useful to strip all non-English characters: Select this option along with the '''English''' option above.
|-
| 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.
|}
|}
[[Category:ReNamer]]

Latest revision as of 22:34, 20 September 2025

StripRule.png

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.

  • Numbers (0-9) will not be stripped.
  • Non-English characters will not be stripped, e.g. characters with diacritical mark, which are used in many languages in Europe and Asia)
Digits Strip digits 0 through 9.
Symbols Strip common symbols.
  • All characters that are considered to be symbols are showed in the box on the right.
Brackets Strip common brackets.
  • The content between the brackets will remain unaffected.
  • If you want to delete the content as well, use the CleanUp rule instead.
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.
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.

  • This option is very useful to strip all non-English characters: Select this option along with the English option above.
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.