Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^5: regex to rename last _ with ,

by Grimy (Pilgrim)
on Sep 15, 2014 at 09:36 UTC ( [id://1100573]=note: print w/replies, xml ) Need Help??


in reply to Re^4: regex to rename last _ with ,
in thread regex to rename last _ with ,

Look-ahead is used much more frequently than lookbehind, hence the shorter syntax. Perl is quite heavily Huffman coded.

Look-behind is actually almost useless, since variable-length look-behind isn’t supported. It can be approximated using \K

Log In?
Username:
Password:

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

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

    No recent polls found