Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js password validation regex

const regexPass = /(?=.*[!#$%&?^*@~() "])(?=.{8,})/; 
//eight char or longer and must have a special character
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #password #validation #regex
ADD COMMENT
Topic
Name
3+5 =