confirm search query

Unsere Projekte

if (formatList.length != replaceList.length) { console.log("%c util, l. 31: formatList length not equal to replaceList length", "color: red"); return; } else { // replaces all ~tag~ with its contents for (let index=0; index<formatList.length; index++) { let formatString = "..."; let replaceString = replaceList[index]; domTemplate = domTemplate.replace( new RegExp(formatString, "g"), replaceString ); } return domTemplate; }

Hier gibt's leider nichts mehr.Aber vielleicht in den Backrooms?...