var sx = "Pirla";
sx.replace("Pirla", "Pirlo");
console.log(sx); // Pirla
It is currently 8 June 2025, 12:30 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 7 guests