2
Answers

How to set password pattern using regx in Angular 7

Rohan Ramani

Rohan Ramani

5y
697
1
Hi,
I have a password box and I want to set password pattern like, password must be between 8-15 characters long, with at least one number and at least one uppercase letter and at least one special character.
How can I set this using regx?
 
Answers (2)