Menu
Is there any way i can replace the exact string. ??
I mean is the string is
var str =”JavaScript ( not Java ) Discussion and technical support”;
and when I use the str.replace(“Java”,”x”);
the javascript will also be “xscript” I just the java to changed.