Calling all regex gurus. I am trying to the following regex pattern /(([^a-zA-z0-9-_.])|(^)|([)|(]))/gm to remove special characters from file names but am a bit co
/(([^a-zA-z0-9-_.])|(^)|([)|(]))/gm