Displaying page
of
pages;
Items to
Title |
Test
Details
String and dot
|
Expression |
^[a-zA-Z0-9\.\s]{3,}$
|
Description |
This expression check the input of simple text string from a-z,A-Z and number from 0 to 9 and the dot(.).
But the minimum insert is of 3 character.
|
Matches |
abc.123 | .abc | 123.
|
Non-Matches |
12 | a1 | @#%&£"^
|
Author |
Rating:
Not yet rated.
Lucasweb
|
Displaying page
of
pages;
Items to