[thelist] Regular Expression help

Hershel Robinson hershelr at netvision.net.il
Mon Nov 17 09:20:32 CST 2003


> The only problem with this on is it forces at least 5
> letters. I need it to
> accept any combination of letters and numbers with a minimum
> length of 6 and
> at least 1 digit.

Is there a reason you don't want to just check for .length > 5 and then use
a very simple regular expression to look for a digit?

Hershel



More information about the thelist mailing list