Title |
Test
Find
Pattern Title
|
Expression |
^([0-9A-Za-z@.]{1,255})$ |
Description |
This is an update of Paul Miller's RegEx. It will cut out literal <> but I haven't fully tested it, it's just a quick fix since his didn't work all that well.
I also took out the \s. You could add this back in but I use this for very simple password verification, and I certainly have no use for spaces in my passwords. |
Matches |
|
Non-Matches |
<>'&amp&lt&rt*^%$ |
Author |
Rating:
Cal Guisti
|
Source |
Paul Miller (modified) |
Your Rating |
|
Title: Another regex that doesn't work
Name: Marc
Date: 8/27/2006 1:41:51 AM
Comment:
Why does someone add a regex that matches an email address