🌈 搜索
📅  最后修改于: 2022-03-11 14:53:57.841000             🧑  作者: Mango
$string = "ABC (Test1)"; echo preg_replace("/\([^)]+\)/","",$string); // 'ABC '