Regular Expression Designer

June 17th, 2008 by Sameer | Filed under Updates.

If you are doing frequent work with regular expressions, check out this free tool – Regular Expression Designer by Rad Tools.  It’s very nice and helps you with debugging those pesky statements with different input.

And just 2 reminders regarding naming of variables:

1. Short acronyms should be uppercase
http://msdn.microsoft.com/en-us/library/ms182256(VS.80).aspx

2. Identifiers should be cased correctly
 
http://msdn.microsoft.com/en-us/library/ms182240(VS.80).aspx

Hopefully I’ll post some more stuff soon, been busy last week with personal stuff (selling my car, etc.)

Other Interesting Posts

Leave a Reply