Tuesday, November 01, 2005

Validating Multi-line text boxes in ASP.NET using regular expression validator

Validate Multi-line text box in ASP.NET with Regular Expression

^[\s\S]{0,200}$

200 is the Character count

1 comment:

Anonymous said...

^[\w\W]{0,200}$

How to Think Like a Senior Software Engineer

How to Think Like a Senior Software Engineer Understanding the Role of a Senior Software Engineer Key Responsibilities and Expectati...