What's the correct Validation Expression Syntax?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Martin (theintrepidfox_at_hotmail.com)
Date: 04/03/04


Date: 3 Apr 2004 11:59:41 -0800

Dear Group

I'm having a password field which should contain at least one
character a-z AND at least one number 0-9. I can't figure the correct
syntax, have tried something like the one below and variations of it
with no luck. Any help is very much appreciated.

[A-Za-z{1,}]* AND [0-9{1,}]*

Thank you for your time & efforts!

Martin



Relevant Pages

  • Re: Whats the correct Validation Expression Syntax?
    ... Martin wrote: ... > I'm having a password field which should contain at least one ... > syntax, have tried something like the one below and variations of it ... Jos Branders ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: [PHP] pack it in
    ... I got stuck playing with pack/unpack. ... by a particular syntax oid, and the syntax is written in backus noir form. ... for the password field, you have to supply ldap an appropriate ...
    (php.general)