如何删除括号内的文本.对于exp.
$str = 'Aylmers(test, test2), Ancaster(Clandeboye, Bluevale)'; i want to get as $str = 'Aylmers, Ancaster';
php
php ×1