I need regex that checks if string has at least 3 uppercase, 3 lowercase letters and at least one specialcharacter.
Currently I have this:
^(?=.*[a-z]{3,})(?=.*[A-Z]{3,})(?=.*\d)(?=.*(_|[^\w])).+$
But it only works if the characters are next to eachother.
Example of what it should match:
S4L4S6na#a