views:

26

answers:

1

Hi all,

Need to validate textbox using javascript as below condition :

  1. Length of the letter should be atleast 6
  2. First Letter should be Capital
  3. Atleast One Numeric value should be there
  4. Atleast one special character should be there

How to do that?