Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Pattern matching exlusion

by Loops (Curate)
on Nov 29, 2014 at 03:07 UTC ( [id://1108691]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Pattern matching exlusion
in thread Pattern matching exlusion

The [A-Z0-9] part of the expression matches any letter or any number. And it's followed by an asterisk "*", which means zero or more instances. So "1B3" and "K4R" both match at that point in the pattern.

To use upper case only, remove the trailing "i" from the initial $formget assignment.

Replies are listed 'Best First'.
Re^4: Pattern matching exlusion
by wrkrbeee (Scribe) on Nov 29, 2014 at 03:22 UTC
    Thank you Loops, again I am grateful for your help. Could not do it without your insight. Thanks, and Happy Holidays! Rick

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-16 14:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found