DB2Problem
Programmer
Hello ALL,
I have to come up with a pattern to match with fulfilling my following criteria for a password field
1. It must have to be at least 8 characters long
2. It must have atleast one number (digit)
3. It must have one capital letter (character)
please advise how should i form a pattern and use with match()
Thanks
I have to come up with a pattern to match with fulfilling my following criteria for a password field
1. It must have to be at least 8 characters long
2. It must have atleast one number (digit)
3. It must have one capital letter (character)
please advise how should i form a pattern and use with match()
Thanks