Contact: aviboots(AT)netvision.net.il
43,237 questions
56,140 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 */