regular expressions are cool
August 23, 2007
Along the theme of common sense reminders, I enjoyed reading when windows are not enough about how automating repetitive tasks is a key part of staying productive (and sane) when using computers. I like the “three strikes, you’re out” guideline for automation: when you find yourself doing something for the third time, write a script.
Towards the end Gojko Adzic talks about regular expressions, which every programmer should know and I don’t know well enough myself. Alexander Stigsen (via Ron Jeffries has posted a nice webcast and cheat sheet if you’re looking to brush up on you regex skills.