1
Reply

Remove the unwanted characters form string using javascript

Gowtham Rajamanickam

Gowtham Rajamanickam

May 6 2015 11:06 PM
437
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)