Forum Discussion

deep198486's avatar
deep198486
Copper Contributor
Nov 13, 2024

password match regex for sensitive info type

need to  create regex for password match for combination of uppercase , lowercase ,numbers and special characters I use this regex  ^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[^a-zA-Z0-9]).{8,}$ but get b...

Resources