<?php $subject = <<< EOF xxxx..... {{{ function mmmm(){ ....... } }}} xxxxx..... EOF; echo preg_replace('|({{{)(.*)(}}})|s', '{ $2 }', $subject);
You have javascript disabled. You will not be able to edit any code.