Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: More Power to your Regex

by Juerd (Abbot)
on Apr 02, 2002 at 00:28 UTC ( [id://155889]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %
        ^
    ...
        \s*
        $
    %x
    
  2. or download this
    <foo><bar></bar></foo> # Match
    <foo><bar></foo></bar> # No match
    ...
    <foo>foo</foo>         # Match
    <foo><bar/>foo</foo>   # No match (WRONG)
    <a><b><c></c></b></a>  # No match (WRONG!!)
    

Log In?
Username:
Password:

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

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

    No recent polls found