<?php$s = 'text If you want this';echo preg_replace_callback("/(?<start>.*)(?<mid>If you want|If I want)(?<end>.*)/iu", function($m) { return $m['start'].'*'.$m['mid'].'*'.$m['end'];}, $s);
Standard input is empty
text *If you want* this
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!