fork download
  1. <?php
  2. $regex = '~\([^)]*\)(*SKIP)(*F)|\.~';
  3. $subject = '$MM.Player.Panning(1, 0.1)';
  4. $replaced = preg_replace($regex,"->",$subject);
  5. echo $replaced."<br />\n";
  6. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
$MM->Player->Panning(1, 0.1)<br />