I have to create a regular expression for a password field. The below is the criteria for the same:
- Must be at least ten (10) characters in length
- Must contain at least three of the following: Upper case letters, lowercase letters, numbers, and special characters (symbols or punctuation except '<' and '>' )
- Cannot contain more than two identical characters following each other
I am new to this regular expression and need your help here.
Thanks in advance.