Title |
Test
Find
Pattern Title
|
Expression |
^(.){0,20}$ |
Description |
This limits an HTML textarea to only be 20 characters. Built for an ASP:regularexpression tag to validate a textarea. |
Matches |
I match | I match 2 |
Non-Matches |
hey I don't match at all |
Author |
Rating:
Steven Davis
|
Source |
|
Your Rating |
|
Title: Does not work
Name: George
Date: 8/16/2006 11:44:10 AM
Comment:
This was on separate lines: test me out to see if this works it did not
Title: Does not work
Name: George
Date: 8/16/2006 11:43:10 AM
Comment:
Hi
Just tried you regex, and works if text is on same line, but when i tried.
test
me
out
to
see
if
this
works
it did not
Title: String Length Validation
Name: Steven Davis
Date: 7/22/2005 12:42:54 PM
Comment:
This limits an HTML textarea to only be 500 characters. Built for an ASP:regularexpression tag to validate a textarea.