Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Regex tester

by GrandFather (Saint)
on Aug 24, 2008 at 21:43 UTC ( [id://706589]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        print qq{Matched: "$&"\n};       # print match
        print qq~Before match: "$`"\n~; # print data before match
        print qq|After match: "$'"\n|;      # print data after match
    
  2. or download this
        print <<STUFF;
    Matched: "$&"
    Before match: "$`"
    After match: "$'"
    STUFF
    

Log In?
Username:
Password:

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

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

    No recent polls found