Contact: aviboots(AT)netvision.net.il
39,885 questions
51,811 answers
573 users
$str = 'c c++, nodejs, python, php java'; $str = preg_replace('/,/', '', $str, 1); echo $str; /* run: c c++ nodejs, python, php java */