let all = '270,simple,,"BABLABLABLA111",1,0,visible,"BABLABLABLA111","",,,,,1,,,0,0,,,,,1,,,"1,08","",,,,,,,,,,,0,classic-editor,,,,,"BABLABLABLA111.",90,1,75,';
let name = 'BABLABLABLA111';
let result = all.search(name.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&")) + name.length + 15;
all = all.split('');
for (let i = 0; i < name.length; i++){
all[result+i] = '';
}
all[result]= 'Hello111';
all = all.join('');
console.log(all);
let p = "1493205923492305";
let i = 0, res = "", b = 3, c = 3, t = p.length, d = 0, sec = "";
t--
while (i<p.length)
{
i == b ? res = res + " " : i == i
i == b ? b = b + 3 : i == i
res = res + String(p[t])
t--
i++
}
let pp = res.length - 1
while (d<res.length)
{
sec = sec + String(res[pp])
pp--
d++
}
console.log(sec)