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