Checking password complexity


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 'A(?=[-_a-zA-Z0-9]*?[A-Z])(?=[-_a-zA-Z0-9]*?[a-z])(?=[-_a-zA-Z0-9]*?[0-9])[-_a-zA-Z0-9]{6,}z'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.