• The first name shouldn't contain any numbers or spectial characters.
  • The last name shouldn't contain any numbers or spectial characters.
  • The Email should contain '@'
  • The Email should contain a domain name eg:-google,yahoo,etc.
  • Example of an email:- something@domain.(com or net)
  • Password should be at least 8 characters long.
  • Password should contain at least one number.
  • Password should contain at least one lower case alphabet.
  • Password should contain at least one upper case alphbet.
  • Password should contain at least one special character.
  • The confirm-password must match the password.