var sx = "Pirla";
sx.replace("Pirla", "Pirlo");
console.log(sx); // Pirla
It is currently 8 June 2025, 20:21 Advanced search
var sx = "Pirla";
sx = sx.replace("Pirla", "Pirlo");
console.log(sx); // Pirlo
Return to Tips & Tricks - Cloud
Users browsing this forum: No registered users and 13 guests