TM Creative Forum

Full Version: Removing control codes with Regular Expressions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I was reading this tutorial when I got to know an interesting method to remove those formatting codes from the track names (which is actually useful if you're running a server).

http://www.tm-creative.org/tutorials/gen...nguage=eng

I would like to know how to use this mathod now.

Quote:Use your favorite multi-rename tool with this syntax and 1000s of filenames will be cleaned from control codes within seconds...

I do have such a rename-tool. It's called "Joe", but just giving the program the command (\$[hilswnmogztHILSWNMGZOT]{1}|\$[\d\a-fA-F]{3}) doesn't work.

So what to do? Another tool? Or another command?

Thanks.
e1skaffee Computer
you need a tool which can handle "regular expressions" or "regexp"
Thanks, works!

Had misunderstood something. Naughty

I used this tool: http://geekswithblogs.net/cicorias/archi...84601.aspx
Reference URL's