Im looking for a regex that checks for:
a minimum of 2 numbers and
a minimum of 1 capital letter and
a minimum of 4 lowercase letters
And also checks for:
a maximum of 30 characters
I've been trying to make this but all my creations don't work :) You can leave the maximum out too if you can't do it, I could check it in another way.