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
Shadowsong
Sorry for the confusion. I'm trying to test passwords made by just rolling all four fingers on the keyboard, hitting immediately adjacent letters, e.g., "asdf." They must be next to each other: so "asdg" wouldn't match. Case is not necessarily a consideration. Does that help?
I have been a little surprised in reading the replies to see there is no one magical regex.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Regular expression to check for qwerty sequence in a password
by AnomalousMonk (Archbishop) on Oct 12, 2016 at 01:28 UTC |