Contact: aviboots(AT)netvision.net.il
40,866 questions
53,271 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 */