<?php $string = ' blah blah /* anything in here */ etc'; $string = preg_replace('#\/\*.+\*\/#', '/* */', $string); echo $string;
You have javascript disabled. You will not be able to edit any code.