Contact: aviboots(AT)netvision.net.il
41,601 questions
54,243 answers
573 users
$s = "php c# rust java c c++ java java golang python"; $remove = "java"; $s = str_replace($remove, "", $s); echo $s; /* run: php c# rust c c++ golang python */