Hard
Which RegEx(s) can be used to verify that a password meets these criteria:
- at least 1 (one) lowercase letter
- at least 1 (one) uppercase letter
- at least 1 (one) number
- at least 8 (eight) characters
Author: Nick LAM YEE MANStatus: PublishedQuestion passed 94 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about RegEx
5
Find all the strings that match the regular expression: `/abracadabra{2,4}/gmi`4
Which of the following is not a regular expression?3
Count the number of matches of the RegEx `a*` in the sentence: `I went to my grandparent house`2
Write a regular expression that matches a character that repeats exactly 6 times.2
Write a regular expression that matches anything that looks like an HTML tag.