Regular Expression Code Snippets

January 29, 2009 18:57 by daub815

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