Data Validation With Regular Expressions In ASP.NET
Regular expressions are powerful way to validate data, especially useful for complex data patterns where other methods like classic string manipulation can't help. Programmers often avoid learning of regular expressions because they look difficult on the first look. This tutorial explains how to validate data that comes from web form, query string, cookies etc. using regular expressions in ASP.NET.