I use this expression to remove oneline comments:
iereg_replace("//([^\n]*)\n",'',$code);

I need to make a check if this expression is inside a string. If it is, its
not a comment.

I think it has something to do with context..

Anyone who could help me?

thanx

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

Reply via email to