How can I replace A With B in the string:
I used this JavaScript code:
var Y=X.replace('A','B');
but it is replace one letter only from the string ... I want to replace all A with B.
|
Results 1 to 3 of 3
Thread: replace allThreaded View
|
Click Here to Expand Forum to Full Width |