<?php $name = 'Adam';$line = 'This is (Adam) Eve!';$newline = preg_replace("/\(|\)|$name/",'',$line);echo $newline;
Standard input is empty
This is Eve!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!