![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am coding with Visual studio 2003 using .NET 1.1 I hope this is an appropriate group for this question. I am new to .NET and have been given a project where I need to validate and confirm a password. I understand that \w will match any word so long as it does not contain whitespace.I have also foud out that \w=[a-zA-Z_0-9]. In my project I use a reg ex validator to validate the password as all lower caps and a compare validator to compare the confirm against the password. Unfotuneately, I am not sure how to express all lower caps so I always get a validation errorfrom the regex val. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |