Monday, October 15, 2007

Regular expressions quick reference

Regular expressions are an old faithful syntax which has withstood the tests of time & change.
They come up as the means to extract & manipulate text formats everywhere; from Perl, to javascript, to .NET & Java. Understanding how to leverage regex is an invaluable skill for the those who script in anything.

One for the bookmarks: Regular expressions quick reference

One to get started with: http://www.regular-expressions.info/

No comments: