var text = "Sentence with old text" alert( text.replace("old text", "new text") ); // Sentence with new text