N
Nazir
Hi
I'm using a regular expression validator, but if spaces are entered,
it bypasses the validation!
I'm using
^[0-9a-zA-Z]{5,100}$
[alpha-numeric characters between 5-100 in length.]
I was using a required filed validator beforehand, which wouldn't let
you get waay with spaces.
Can anyone advise?
Thanks
NJ
I'm using a regular expression validator, but if spaces are entered,
it bypasses the validation!
I'm using
^[0-9a-zA-Z]{5,100}$
[alpha-numeric characters between 5-100 in length.]
I was using a required filed validator beforehand, which wouldn't let
you get waay with spaces.
Can anyone advise?
Thanks
NJ