Saturday, April 11, 2009

Accept a text of 1000 characters only

Here we have to discuss about , suppose in a message board related to same point of

view , we place the text with multiline = True.. so user can enter a number of

paragraphs, so the user has to avoid more lines ( paragraph ) to allow only the

specific Character here the Regular expression to allow only 1000 Characters


REGEX - Validataion Expression - [\\s\\S]{0,1000}$

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home