Rohan Ramani

Rohan Ramani

  • NA
  • 786
  • 138.4k

How to set password pattern using regx in Angular 7

Feb 28 2019 5:04 AM
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)