Regular Expressions are one of the most powerful tools in a developers arsenal. Yet, I'm amazed at the number of developers who jump through hoops to avoid using them because they aren't comfortable working with them. I have a simple rule about regular expressions. Every application should use Regular Expressions. Sure, there are exceptions to this rule but I find them to be very rare. I don't mean to say you need to look for uses of Regular Expressions. In most web applications there is a case where they are just the best tool for the job. Read more »
Recent comments