February 8, 2008
I’m a huge fan of Regular Expressions. They are, without a doubt, the single most powerful tool in the programmer’s toolbox. BBEdit, my favorite text editor, happens to have really excellent regular expression support. Among its features is the ability to change the case of matched text - which is really great if you’re having to reformat lists or, say, rename every function in your code. (more…)