Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
^([A-Z]|[a-z]|[0-9])([A-Z]|[a-z]|[0-9]|([A-Z]|[a-z]|[0-9]|(%|&|'|\+|\-|@|_|\.|\ )[^%&'\+\-@_\.\ ]|\.$|([%&'\+\-@_\.]\ [^\ ]|\ [%&'\+\-@_\.][^%&'\+\-@_\.])))+$
|
Description |
This works good for account names where u don't want your users to create ugly account names. 3 rules apllied in it:
1. an account name must start with Letter or Number
2. the only valid signs are : ^%&'+-@. and (space (chr32))
3. a sign can't be repeated by any sign execept space which can't be repeated as well.
|
Matches |
|
Non-Matches |
-=superman=- | $$ Money Man $$ | Lord -- Foo
|
Author |
Rating:
Gil Y
|
Displaying page
of
pages;
Items to