a) ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).{8,15}$
b) ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).{9,16}$
c) ^(?=.[a-z])(?=.[A-Z])(?=.\d).{8,15}$
d) None of the mentioned
Generate a regular expression for the following problem statement: Password Validation: String should be 8-15 characters
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Generate a regular expression for the following problem statement: Password Validation: String should be 8-15 characters
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!