Page 1 of 1

how to remove php remark

Posted: Tue Apr 14, 2009 4:57 pm
by Az
Thank you text crawler, amazing application.

I want to ask one question only, how to remove all php remark like this:

//===============================
// HTML Page layout



thank you

Posted: Tue Apr 21, 2009 2:25 pm
by DV
This regular expression should pick up all lines starting with //

^//(.*)