Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Regular expression to check for qwerty sequence in a password

by bradcathey (Prior)
on Oct 09, 2016 at 13:29 UTC ( [id://1173584]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $password ="asdf";
    
    ...
    } else {
        print "password is okay";
    }
    
  2. or download this
    my $password ="asdf";
    
    if (index("qwertyuiopasdfghjklzxcvbnm",lc($password)) > -1) {
    ...
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1173584]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found