This method can be used to remove a part of the filename, either a number of characters or a part of the filename that matches a search pattern. The method can be used to remove characters from the start or end of the filename, or from a specific position. The method can also be used to remove characters from the extension.
Remove type Introduced in version 4.10
Set how to configure the removal. The options are:
Position | Remove a part of the filename based on start position and number of characters to remove. |
Pattern | Remove a pattern from the filename. The pattern can be a regular expression. |
Accents and special marks | Remove any accents, also known as diacritics, from filename. This only removed the mark, leaving the clean letter in place. Ex. å => a |
Word characters | Remove all characters that is in the range a-z, any number and underscore. |
Non-word characters | Remove characters that are not word characters, by the definition above. |
Upper case | Remove any upper case character. |
Lower case | Remove any lower case chracter. |
Character list | Define a custom list of characters that should be removed. |
Numbers | Remove all numbers from the filename. |
Apply To
Specifies if the change should be applied to the name, extension or both.