Here is what I want to accomplish: 1- User must enter 1 - 250 characters (numbers, letters, symbols, blank spaces) 2- User must enter 1-7 lines (if user hit the "enter" key for the 8th line, the expression would catch it) Here is what I have so far: (.|\r|\n){1,255} Can you please help me?
Posted to
Getting Started
(Forum)
by
cunharubens
on
07-28-2007, 12:00 AM
Filed under: regular expression, regex, TextBox, regex alphanumeric validation, validation, textbox validation, multiline texbox validation