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)s/(?<=<!--)(.+?)(?=-->)/($_=$1);s|-|¬|g;$_/seg
|
|---|