K{
Size: a a a
K{
K{
String.prototype.replaceAll = function (str1, str2, ignore) {
return this.replace(
new RegExp(str1.replace(/([\/\,\!\\\^\$\{\}\[\]\(\)\.\*\+\?\|\<\>\-\&])/g, "\\$&"), (ignore ? "gi" : "g")), (typeof (str2) == "string") ? str2.replace(/\$/g, "$$$$") : str2);
}
K{
K{
SS
fe
SR
String.prototype.replaceAll = function (str1, str2, ignore) {
return this.replace(
new RegExp(str1.replace(/([\/\,\!\\\^\$\{\}\[\]\(\)\.\*\+\?\|\<\>\-\&])/g, "\\$&"), (ignore ? "gi" : "g")), (typeof (str2) == "string") ? str2.replace(/\$/g, "$$$$") : str2);
}
SR
fe
fe
SS
SR
SR
fe
SS
SR
fe
K{
K{