Contact: aviboots(AT)netvision.net.il
39,885 questions
51,811 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 */