B
Brad
I need a regular expression + jscript guru. The validation expression
below is for a RegularExpressionValidatior on a password input. It works
perfectly on server side validation and in a utility I have to test Perl
compatible
expressions (Regex Coach). However it fails on the client side...the client
being my local IE6 browser. As best I can tell from my (msdn) jscript
syntax reference it
is legitimate.
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s)[\x21-\x7E]{6,12}$
Any tweaking I did to get it to work on the client (tweaks that didn't make
sense) then broke it work on the
server side validation or in the Perl tester.
Any expression / jscript guru help would be appreciated.
Using VS2003 on win2k3 std and browsing with IE6.0.3790.0
Brad
below is for a RegularExpressionValidatior on a password input. It works
perfectly on server side validation and in a utility I have to test Perl
compatible
expressions (Regex Coach). However it fails on the client side...the client
being my local IE6 browser. As best I can tell from my (msdn) jscript
syntax reference it
is legitimate.
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s)[\x21-\x7E]{6,12}$
Any tweaking I did to get it to work on the client (tweaks that didn't make
sense) then broke it work on the
server side validation or in the Perl tester.
Any expression / jscript guru help would be appreciated.
Using VS2003 on win2k3 std and browsing with IE6.0.3790.0
Brad