N
nithicorent
Hi,
How to replace a tag by space.
Example:
var str="<b>abcd</b>";
i need a str with "abcd";
replace <b> and </b> by ""
How to replace a tag by space.
Example:
var str="<b>abcd</b>";
i need a str with "abcd";
replace <b> and </b> by ""