Someone
public javascript v1 · immutable noteTextParsed = noteText.replace(/'\n'/g, ''); for (var i = 0; i < noteTextParsed.length; i++) { console.log("noteTextParsed char" + i + ":" + String(noteTextParsed).charCodeAt(i)); } noteTextParsed = noteText.replace(/'\n'/g, ''); for (var i = 0; i < noteTextParsed.length; i++) { console.log("noteTextParsed char" + i + ":" + String(noteTextParsed).charCodeAt(i)); }