GP
Size: a a a
GP
GP
String.prototype.replaceAll
уже в FFAL
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{
AL
K{
K{
AL
AL
K{
K{
AL
K{
K{
AL
AL
SR
Ф
AL