Hi all,
Need to validate textbox using javascript as below condition :
- Length of the letter should be atleast 6
- First Letter should be Capital
- Atleast One Numeric value should be there
- Atleast one special character should be there
How to do that?
Hi all,
Need to validate textbox using javascript as below condition :
How to do that?
Form validation:
Javscript regular expressions: