mary jean ligas

mary jean ligas

  • NA
  • 420
  • 195.7k

Special Character Detection in Password security

Sep 16 2013 11:13 PM
 

Iam planning to create a password security lowercase and uppercase letter and numeric is requires credential in creating a password. I found regex syntax to do about detecting the 4 required credential

Lowercase – [a-z]

Uppercase – [A-Z]

Numeric – [0-9]

How to detect special character the code below is not working..please help me to do about detecting characters below.

Special – [@#$%!^&*()/|\";:<>?`~,.{}[]-_+]

v

Answers (1)