<?php$item = "We are all words that don't matter! (We do matter!)";$result = preg_filter("/[^(]*\(([^)]+)\)[^()]*/", "$1", $item);echo $result;
Standard input is empty
We do matter!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!