Swift 5 – Error with the password validation regex – Ios swift
I am making a sign-in/up function on Swift. I am trying to validate a password using regex. The passwords have the following requirements At least 7 characters long At least one uppercase letter At least one number This is the…