String.prototype.replaceAll = function(oldValue, newValue) {
return this.split(oldValue).join(newValue);
}
FileTracker error: ftk1011 : an error occurs on converting project from visual studio 2008(or under?) to visual studio 2010, and with some ...
String.prototype.replaceAll = function(oldValue, newValue) {
return this.split(oldValue).join(newValue);
}