Accept a Textbox of 1000 Characters Only
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
EGEX - Validataion Expression - [\\s\\S]{0,1000}$
0 comments:
Post a Comment
Thanks for the Comments.