Gowtham Rajamanickam

Gowtham Rajamanickam

  • 71
  • 26.3k
  • 7.4m

Remove the unwanted characters form string using javascript

May 6 2015 11:06 PM
string output =3;#Paul, John;2;#Rajamanickam, Gowtham;
 
i want to remove the 3;# and 2;#
 
my output =Paul, John;Rajamanickam, Gowtham;
 
anyone help to remove the characters from the string using javascript.


Answers (1)