I want to check in php using preg match that the password:
1-start with a letter
2-it’s between 5 to 10 characters
Solution
I want to check in php using preg match that the password:
1-start with a letter
2-it’s between 5 to 10 characters
Solution