What's the correct Validation Expression Syntax?
From: Martin (theintrepidfox_at_hotmail.com)
Date: 04/03/04
- Next message: Shaul Feldman: "Re: Tooltips in intellisence"
- Previous message: Ken Cox [Microsoft MVP]: "Re: Tooltips in intellisence"
- Next in thread: tomledk: "Re: What's the correct Validation Expression Syntax?"
- Reply: tomledk: "Re: What's the correct Validation Expression Syntax?"
- Reply: Jos: "Re: What's the correct Validation Expression Syntax?"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Shaul Feldman: "Re: Tooltips in intellisence"
- Previous message: Ken Cox [Microsoft MVP]: "Re: Tooltips in intellisence"
- Next in thread: tomledk: "Re: What's the correct Validation Expression Syntax?"
- Reply: tomledk: "Re: What's the correct Validation Expression Syntax?"
- Reply: Jos: "Re: What's the correct Validation Expression Syntax?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|