Contact: aviboots(AT)netvision.net.il
39,884 questions
51,810 answers
573 users
$str = 'c c++, nodejs, python, php java c#'; $ch = 'a'; $str = substr_replace($str, '', strrpos($str, $ch), 1); echo $str; /* run: c c++, nodejs, python, php jav c# */