Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Can't match negated words.

by Roy Johnson (Monsignor)
on Jun 24, 2004 at 17:38 UTC ( [id://369426]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /foo|bar/;  # Matches "foo" or "bar"
    /fo(o|b)ar/;# Matches "fooar" or "fobar"
    
  2. or download this
    /foo{3}/    # Matches "foooo"
    /(foo){3}/  # Matches "foofoofoo"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-25 10:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found