in reply to Golf: Fix de facto HTML comments
#2345678 1 2345678 2 2345678 3 2345678 4 2345678 5 23456 s/<!--(.*?)-->/(my$x=$1)=~s!-(-?)!$1.!g;"<!--$x-->"/egs;
#2345678 1 2345678 2 2345678 3 2345678 4 2345678 5 23456 s/<!--(.*?)-->/($_=$1)=~s!-(-?)!$1.!g;"<!--$_-->"/egs;
#2345678 1 2345678 2 2345678 3 2345678 4 2345678 5 23456 s/<!--(.*?)-->/($_=$1)=~s!-(-+?)!$1.!g;"<!--$_-->"/egs;
|
---|