* Abigail <[EMAIL PROTECTED]> [2003-02-18 12:30]: > > 5. Optionally, it can cover for accepted non-alphanumeric chars such as > > "_", "-" etc (but not "#"), and a maximum password length of 14 > > characters > > (?=.*[-_]) # Contains a dash or an underscore.
The way I read that requirement is to allow such characters, but not require them as your test does. -- Regards, Aristotle
