F
Frank
Hello,
I have to admit, reg expres are not my thing, I'm having difficulties with
changing an expression. Could someone give me a hand?
I use
^\w*(?=\w*\d)(?=\w*[a-z!@#$%])(?=\w*[A-Z])\w{6,}$
to check a string for at least a lowercase letter, an uppercase and a digit
(password). I want to add the optional characters !@#$%(). What do I have to
change?
Thanks
Frank
I have to admit, reg expres are not my thing, I'm having difficulties with
changing an expression. Could someone give me a hand?
I use
^\w*(?=\w*\d)(?=\w*[a-z!@#$%])(?=\w*[A-Z])\w{6,}$
to check a string for at least a lowercase letter, an uppercase and a digit
(password). I want to add the optional characters !@#$%(). What do I have to
change?
Thanks
Frank