in reply to Re: Regular expression to check for qwerty sequence in a password
in thread Regular expression to check for qwerty sequence in a password
Interesting. Of course, it works, but I'm not sure what is happening with the:
"$password\0$sequences"
and the subsequent:
\0
in the regex. I've not see this before and am curious. Thoughts?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Regular expression to check for qwerty sequence in a password
by tybalt89 (Monsignor) on Oct 09, 2016 at 16:38 UTC |