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.
“<br>”
);
Here are some of the new technologies in web development.
No comments:
Post a Comment