Can someone help me create a regular expression to remove anything inside brackets from a file name?
I want to strip anything within a variety of bracket types including: [ ], { } , and ( ).
Additionally, there could be multiple brackets (not nested, but multiple occurences) within the filename.
Thanks,
David