Flutter – Regex to allow only given special characters
I am trying to create a regex for accepting uppercase, lowercase letters, numbers and only mentioned special characters for creating password. What I have built works fine, however, when I add a special character mentioned and one which is not…