Javascript concatenation
Posted: Thu Dec 11, 2008 1:33 am
Hello
var str = "100+100";
Is there any way in which i can replace the '+' in str , after searching the string with another character in Javascript ?
var str = "100+100";
Is there any way in which i can replace the '+' in str , after searching the string with another character in Javascript ?