Mega Code Archive
Categories
/
ASP.Net Tutorial
/
Validation
Quantifiers
Quantifier Description * Zero or more matches + One or more matches ? Zero or one matches {N} N matches {N,} N or more matches {N,M} Between N and M matches