Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official Blog - Professional ASP.NET

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites



Browse by Tags

All Tags » RegEx   (RSS)
How to Replace Ambiguous Values
Recently I had a friend tell me they were working on a project where they had to hand scrub the data in their database. In particular that day they were manually scrubbing values like 'Not Applicable', 'NA' and 'N/A' which all meant the same thing. But Read More...
Common Regular Expressions
I came across a good blog entry with a list of commonly used regular expressions . Through it would be useful to reference. Read More...
Extracting Content with a regular Expression
Regular Expressions are not a very easy skill for any developer to master, that is why so few actually leverage this amazing feature of the .NET framework. I have been working on a little application this week that needed to extract a specific peice of Read More...