How can I use regex to check if the string contains chars, number and special character for password input?
abc
=> false
abc12
=> false
abc12#@
=> true
How can I use regex to check if the string contains chars, number and special character for password input?
abc
=> false
abc12
=> false
abc12#@
=> true