<?php $string = "product#[:id]#[:str]"; echo preg_replace("/\[:(\w+)\]/", "(?<$1>.+?)", $string);
You have javascript disabled. You will not be able to edit any code.