Difference between revisions of "ReNamer:Rules:Delete"
Jump to navigation
Jump to search
m (example cleanup) |
(Clarified the "skip extension" option.) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Go|up=ReNamer:Rules|prev=ReNamer:Rules:Insert|next=ReNamer:Rules:Remove}} | {{Go|up=ReNamer:Rules|prev=ReNamer:Rules:Insert|next=ReNamer:Rules:Remove}} | ||
− | == Delete Rule | + | == Delete Rule == |
− | [[Image:DeleteRule.png]] | + | <center>[[Image:DeleteRule.png]]</center> |
− | + | This rule will delete all characters located between the '''From''' and the '''Until ''' positions. Optionally, it can delete from the specified position till the end of the name. | |
The parameters are as follows: | The parameters are as follows: | ||
− | {| class=" | + | {| class="wikitable" |
|- | |- | ||
! Parameter | ! Parameter | ||
Line 15: | Line 15: | ||
|- | |- | ||
| From | | From | ||
− | | Select | + | | From which character-position you want to start the deletion. |
− | *The position (count starts from 1) | + | Select from the following options: |
− | *The delimiter string | + | *The starting position (count starts from 1) |
+ | *The delimiter from where the deletion starts. | ||
+ | **The delimiter can be a single character or even a string. | ||
+ | **Typically ''', . / ( ) -''' and space are used as delimiters. | ||
|- | |- | ||
| Until | | Until | ||
− | | | + | | Till which point you want to delete: |
− | *You can use two different delimiters in '''From '''and '''Until''' sections. | + | Select from the following options: |
+ | *Count: Specify how many characters to be deleted, starting from the FROM position. | ||
+ | *Delete till a specified delimiter is reached. | ||
+ | **You can use two different delimiters in '''From '''and '''Until''' sections. | ||
+ | **The delimiter can be a single character or even a string. | ||
+ | **Typically ''', . / ( ) -''' and space are used as delimiters. | ||
+ | *Delete all characters till the end. | ||
+ | |||
+ | |- | ||
+ | | Delete current name | ||
+ | | A shortcut option for deleting the whole current name. | ||
|- | |- | ||
| Skip extension | | Skip extension | ||
− | | If | + | | If checked, the file extension will be excluded from the processing and will remain unaffected. |
|- | |- | ||
− | | | + | | Right-to-left |
− | | | + | | Inverts the normal direction for counting a position, so that the count goes from right and towards left. |
− | + | ||
− | For example, to keep only the | + | When this option is selected, the "till the end" option in '''Until''' deletes all characters on the left, what we normally regard as the ''beginning'' of the name. |
− | + | ||
− | + | For example, to keep only the four characters on the right side of the name and delete all the rest of the characters on the left, use: | |
− | + | ||
+ | * '''From:''' Position 5 | ||
+ | * '''Until:''' Till the end | ||
+ | |||
|- | |- | ||
− | | | + | | Do not remove delimiters |
− | | | + | | If you select this option, the delimiters themselves will be retained. |
− | |||
− | + | If you have used two different delimiters in '''From '''and '''Until''' sections, ''both'' of them will be retained. | |
− | |||
− | |||
− | |||
|} | |} | ||
+ | |||
+ | [[Category:ReNamer]] |
Latest revision as of 01:27, 1 April 2022
Delete Rule
This rule will delete all characters located between the From and the Until positions. Optionally, it can delete from the specified position till the end of the name.
The parameters are as follows:
Parameter | Details |
---|---|
From | From which character-position you want to start the deletion.
Select from the following options:
|
Until | Till which point you want to delete:
Select from the following options:
|
Delete current name | A shortcut option for deleting the whole current name. |
Skip extension | If checked, the file extension will be excluded from the processing and will remain unaffected. |
Right-to-left | Inverts the normal direction for counting a position, so that the count goes from right and towards left.
When this option is selected, the "till the end" option in Until deletes all characters on the left, what we normally regard as the beginning of the name. For example, to keep only the four characters on the right side of the name and delete all the rest of the characters on the left, use:
|
Do not remove delimiters | If you select this option, the delimiters themselves will be retained.
If you have used two different delimiters in From and Until sections, both of them will be retained. |