fork download
  1. <?php
  2.  
  3. $name = 'Adam';
  4. echo preg_replace("/\s*\($name\)/",'','This is (Adam) Eve!');
Success #stdin #stdout 0.02s 23828KB
stdin
Standard input is empty
stdout
This is Eve!