I will continually update this post with various regular expression code snippets.
- Find any number in a string: \d*\d
Also, you should definitely use this online regular expressions tester: http://www.gskinner.com/RegExr/
Last Updated: January 29, 2009