Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

lowercase

/[A-Z]/  : 'must contain one uppercase'

/([a-z])/  : 'must contain one lowercase'

/(d)/  : 'must contain one number'

/(W)/  : 'must contain one special character'
Source by github.com #
 
PREVIOUS NEXT
Tagged: #lowercase
ADD COMMENT
Topic
Name
7+9 =