Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Demarcate Regexes with Unicode

by Anonymous Monk
on Sep 16, 2011 at 07:07 UTC ( [id://926332]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -e " s\\\g "
    s///g;
    -e syntax OK
    ...
    $ perl -MO=Deparse -e " s«««g "
    s///g;
    -e syntax OK
    
  2. or download this
    perl -MO=Deparse -e " s {}//g "
    perl -MO=Deparse -e " s {}\\g "
    ...
    perl -MO=Deparse -e " s {}[]g "
    perl -MO=Deparse -e " s {}<>g "
    perl -MO=Deparse -e " s<><>g "
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 22:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found