I'm using the Mac App Name Mangler. It allows the use of regex. I have a bunch of files and folders that contain some thing like the following.
File Name [24.9MB].ext
Folder Name [1GB]
I want the regex to remove the brackets and what's between them. Also if there's a space before the brackets would be nice if it was deleted as well. Thus becoming...
File Name.ext
Folder Name
I've read a bit about regex now and realized that the bracket itself is part of the syntax. I need to get around that and what is contained in them. Any help would be appreciated. Having to manually cleanup hundreds of thousands of files and folder names would be too much.