Contact: aviboots(AT)netvision.net.il
41,465 questions
54,012 answers
573 users
$str = 'c c++, nodejs, python, php java c#'; $ch = 'p'; $str = substr_replace($str, '', strpos($str, $ch), 1); echo $str; /* run: c c++, nodejs, ython, php java c# */