Validation ASP.Net Tutorial

?:       Zero or one times
*:       Zero or more times
+:       One or more times
{n}:     Exactly n times
{n,}:    At least n times
{n,m}:   At least n times but no more than m times