Difference between revisions of "ReNamer:Rules:Delete"
Jump to navigation
Jump to search
(Category:ReNamer added) |
|||
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 can be a single character or even a 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. | ** Typically ''', . / ( ) -''' and space are used as delimiters. | ||
|- | |- | ||
| Until | | Until | ||
− | | Same as above. In addition, you have the '''''till the end''''' option. | + | | Till which point you want to delete: |
+ | Select from the following options: | ||
+ | * Count: How many characters to be deleted, starting with the START position. | ||
+ | *Delete till a specified delimiter is reached. | ||
+ | The delimiter can be a single character or even a string. | ||
+ | ** Typically ''', . / ( ) -''' and space are used as delimiters. | ||
+ | |||
+ | Same as above. In addition, you have the '''''till the end''''' option. | ||
*You can use two different delimiters in '''From '''and '''Until''' sections. | *You can use two different delimiters in '''From '''and '''Until''' sections. | ||
Revision as of 08:11, 16 October 2010
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:
The delimiter can be a single character or even a string.
| ||||
Until | Till which point you want to delete:
Select from the following options:
The delimiter can be a single character or even a string.
Same as above. In addition, you have the till the end option.
| ||||
Skip extension | If this check box is unselected, the extension will be included in the rule. | ||||
Right-to-left | If you select this option, ReNamer counts the position from the extreme right. (The From and Until positions switch places.)
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 | Will retain the delimiters
|