I'm working on an app that needs a password validation.
I should check if the password string contains only alphanumerical and puntionations, and at least it should be a combination of letters and numbers to pass.
Can someone help me and share a regex that will work for this validation?
Thanks