Skip to content

Instantly share code, notes, and snippets.

@DanyelMorales
Created December 12, 2018 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyelMorales/6bfd2eee9a8df32fb97e960e71473714 to your computer and use it in GitHub Desktop.
Save DanyelMorales/6bfd2eee9a8df32fb97e960e71473714 to your computer and use it in GitHub Desktop.
Reverse Unicode Linebreaks
// Reverse Unicode Linebreaks
block = block.replace(/\uffff/g, '\n');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment