Regular Expression not matching
-
/^(?=.*\d)(?=.*[A-Z])(?!.*[^a-zA-Z0-9@#$^+=])(.{8,15})$/ i m using this regular expression for this condition “Must be at least 8 characters long and include one number and one Capital letter, special characters such as $ or @ are allowed”
its validated in https://regex101.com/r/iY7iH5/1 but the Condition One Capital letter is not working.
Please help. thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Regular Expression not matching’ is closed to new replies.