Removing characters from filenames

I recently imported lots of files that have “illegal” (for my backup program’s perspective) characters in filenames, like ! ?.
I know there are scripts like “regex rename” that might do the job of removing these characters but I don’t understand how to make them work much less how to automate the process?

Welcome @aov

This isn’t necessarily a simple answer, but you could try something like this…
04%20PM
and a Destination pattern of a single space or underscore.

This works, great. It will help me until I can figure out how to set up things so that problem does not appear in the first place. Thanks

You’re welcome :slight_smile: