300Thousand
Member
- Joined
- Dec 10, 2018
- Messages
- 757
hi im new to regex and im trying to do one that finds combos which the passowrd is smaller than 8 strings and the username is smaller than 5 strings.
so i could get it working for only the password but how i can search for both at the same time?
\
.{0,7}$)
this one only searches for the password right now
so i could get it working for only the password but how i can search for both at the same time?
\
this one only searches for the password right now