Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Removing similar characters

by SuicideJunkie (Vicar)
on Sep 01, 2011 at 17:19 UTC ( [id://923670]=note: print w/replies, xml ) Need Help??


in reply to Removing similar characters

To look for three of a set of things in a row, first specify the set: /[a-z]/ then specify that you want three of them: /[a-z]{3}/

Replies are listed 'Best First'.
Re^2: Removing similar characters
by rspishock (Monk) on Sep 02, 2011 at 00:38 UTC

    Is it possible to list multiple sets? For example:

    if ($level == 5) { /[a-z], [A-Z], [0-9](3)/ #generat new password }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-24 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found