Displaying page
of
pages;
Items to
Title |
Test
Details
Name validation
|
Expression |
^(?=.{3,30}$)[A-Za-z0-9]+(?:\s[A-Za-z0-9]+)+(?:\s[A-Za-z0-9]+)?$
|
Description |
it'll will match all name which having multiple spaces
|
Matches |
jhon kater hha
|
Non-Matches |
jhon Kater
|
Author |
Rating:
Not yet rated.
Purushottam
|
Title |
Test
Details
user Name Validation
|
Expression |
^(?=.{3,30}$)[A-Za-z0-9]+(?:(\\s|@|#|&|_|)[A-Za-z0-9]+)?$
|
Description |
It'll match all the pattern having alpha Numeric and following special char @ # $ & _
|
Matches |
chch_hdhd, chch@hdhd
|
Non-Matches |
chch_hdhd#jj, chch_hdhd#jj, @chchhdhd
|
Author |
Rating:
Not yet rated.
Purushottam
|
Displaying page
of
pages;
Items to