I looked around on stackoverflow, etc, but haven't found a good answer for this..Does regex support writing a rule like this? If so is there any regex experts our there who can help me write this, I am a big newb to regex and in a time crunch...
I know I can do this with a manual function in c# using c# char, number methods, but I would like to use regex if I can for this..
Requirement :
- At least 8 characters long
- 2 letters
- 2 digits
- 1 Upper case
- 1 Lower case
- 1 Symbol