Often times I download files where the spaces are replaced by underscores, so I made a workflow in automator that replaces all the _'s with spaces. But in addition to the _'s, files often have tags which I wish to remove, such as the crc32 within brackets. However, the Automator replacement, doesnt seem to allow any wildcard type replacements (ie. remove all stuff within brackets). How can I implement this into my Automator workflow (like could I add a bash or applescript component after the text replacement to do this?)
Thanks!
P.S. And I'm looking specifically at an automator workflow solution, because of the convenience of being able to run it from the right-click menu.
Example:
Original Filename -
[blah]_abcde_fghi_[11CB25F].txt
Want -
abcde fghi.txt
Thanks!
P.S. And I'm looking specifically at an automator workflow solution, because of the convenience of being able to run it from the right-click menu.
Example:
Original Filename -
[blah]_abcde_fghi_[11CB25F].txt
Want -
abcde fghi.txt