All pastes #2088831 Raw Edit

Someone

public javascript v1 · immutable
#2088831 ·published 2011-10-10 18:19 UTC
rendered paste body
		noteTextParsed = noteText.replace(/'\n'/g, '');				for (var i = 0; i < noteTextParsed.length; i++) {			console.log("noteTextParsed char" + i + ":" + String(noteTextParsed).charCodeAt(i));		}