L
Ludilu2002
Guest
Hi,
Does any one know how to carry out validation checks for the following criteria within a string (this is for a password):
* At least one capital letter is present
* Length is between 6-8 characters
* At least one number is used.
*There is at least one lower case letter.
* string can only contain numbers and letters, no @,:>?/, or )(*&^%$£"!
Continue reading...
Does any one know how to carry out validation checks for the following criteria within a string (this is for a password):
* At least one capital letter is present
* Length is between 6-8 characters
* At least one number is used.
*There is at least one lower case letter.
* string can only contain numbers and letters, no @,:>?/, or )(*&^%$£"!
Continue reading...