Replace new Lines
var varNotes = varNotes.replace(
// Replace out the new line character.
new RegExp( “\\n“, “g” ),
// Put in … so we can see a visual representation of where
// the new line characters were replaced out.
“
”
);
Friday, June 27, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment