// Here are some comments var strText = "fee fi fo fum"; // More strText = strText.replace (/fee/i, "pee"); // More alert (strText); /* More */