<?php $string = <<<BODY hello, this is some email copy-- check this out -- Tom Foolery BODY; var_export(preg_replace('~.*\K\R-- *\R.*~s', '', $string));
You have javascript disabled. You will not be able to edit any code.