Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Golf: Fix de facto HTML comments

by Chady (Priest)
on Jul 19, 2004 at 07:33 UTC ( [id://375471]=note: print w/replies, xml ) Need Help??


in reply to Re: Golf: Fix de facto HTML comments
in thread Golf: Fix de facto HTML comments

I was thinking along the same lines too, but I had a different approach to it, which saved me three characters.

46 (but changes too much)
if we lookahead and lookbehind, we can lose the last "<!--$x-->" bit, and if we use $_ we can save 1 character from =~ and lose "my"
s/(?<=<!--)(.+?)(?=-->)/($_=$1);s|-|¬|g;$_/seg

He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

Chady | http://chady.net/

Log In?
Username:
Password:

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

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

    No recent polls found