fork download
  1. <?php
  2. $a = 'www.mydomain.com/product/$ID_PRODUCT$/ID_$ID_PRODUCT$';
  3. echo preg_replace('/[$][a-zA-Z_]+[$]/',"1234",$a);
Success #stdin #stdout 0.03s 52480KB
stdin
Standard input is empty
stdout
www.mydomain.com/product/1234/ID_1234