Contact: aviboots(AT)netvision.net.il
39,907 questions
51,839 answers
573 users
$s = "php (python) java () (php (programming) tutorial) c# (c, c++) javascript()"; $s = preg_replace('/\(([^()]*+|(?R))*\)\s*/', '', $s); echo $s; /* run: php java c# javascript */