Strip block comments: Difference between revisions

Content added Content deleted
(added autohotkey implementation)
Line 170: Line 170:
MsgBox % sCode := RegExReplace(code,"s)(" . openC . ").*?(" . closeC . ")")</lang>
MsgBox % sCode := RegExReplace(code,"s)(" . openC . ").*?(" . closeC . ")")</lang>
<pre>
<pre>

function subroutine() {
function subroutine() {
a = b + c ;
a = b + c ;