Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: perlcheat

by TheDamian (Vicar)
on Feb 24, 2003 at 04:55 UTC ( [id://238024]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     | ^              REGEX METACHARS            REGEX MODIFIERS
     &&               ^     string begin         /i case insens.
    ...
     or xor           {1,2} amount           \w == [A-Za-z0-9_]
                      \b    word boundary    \d == [0-9] 
                      \z    string end       \S, \W and \D negate
    
  2. or download this
     | ^              REGEX METACHARS            REGEX MODIFIERS
     &&               ^     string begin         /i case insens.
    ...
     or xor           |     alternation      \w == [A-Za-z0-9_]
                      \b    word boundary    \d == [0-9] 
                      \z    string end       \S, \W and \D negate
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-19 12:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found