Answers for "equal to a string of at least 8 characters javascript"

-1

js regex password

str.match(/^(?=.*d)(?=.*[a-z])(?=.*[A-Z])(?=.*[a-zA-Z]).{8,}$/)
Posted by: Guest on September-18-2020

Code answers related to "equal to a string of at least 8 characters javascript"

Browse Popular Code Answers by Language