3v4l.org

run code in 300+ PHP versions simultaneously
<?php $originaldescription = '::cck::3::/cck:: ::description:: test1 ::/description::'; $description = null; $regex_part1 = '/^::cck.*\n.*description::\n/'; $regex_part2 = '/\n.*\/description::/'; $description = preg_replace($regex_part1,null,$originaldescription); $description = preg_replace($regex_part2,null,$description); echo $description;

preferences:
91.03 ms | 402 KiB | 5 Q