April 30, 2009

Regular Expressions for Dummies

Filed under: General,Scripting — Marcus Tettmar @ 2:19 pm

I recently stumbled upon this series of video tutorials on Regular Expressions:

Regular Expressions for Dummies

If you want to know how to get some power of out of Macro Scheduler‘s new RegEx function you might find the above free video tutorial useful.

One resource seen in the video that I didn’t know about is RegExr – an Online Regular Expression Testing Tool.  It’s free to use and there’s a desktop version you can download too.

But my favourite RegEx tool is RegExBuddy from JG Soft.  An invaluable tool for anyone working with Regular Expressions.  The author also maintains this excellent Regular Expression resource which includes a tutorial, examples and references.