Hi Folks,
does anybody know a tool for removing comments out of PHP scripts?

I mean // this is a comment
and /* this is also a comment */

it should also handle  something like
echo'http://somewher.somecom/somepage'; // this goes to somewhere
and multiline comment like
/*
..blah
*/
maybe anybody has an awk script, that he/she will share with me.
TIA Oliver


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to