Remove pattern method

Batch method PatternUse this method to completely remove a piece or a pattern from the filename. You can use it to remove trivial stuff like a predefined string but you can also use this method to remove more advanced patterns. You can use tags and regular expressions to specify what you want removed from the file or folder name. This method works as  the Replace Method configured to replace a pattern with nothing.

See the Replace Method for more details.