<?php preg_match_all("/([^( ]+)\\s*(\\(.*\\))?/", "abc (test)\nabc", $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.