Skip to content

Instantly share code, notes, and snippets.

@0ct0d4n
Created December 12, 2018 15:33
Show Gist options
  • Select an option

  • Save 0ct0d4n/6bfd2eee9a8df32fb97e960e71473714 to your computer and use it in GitHub Desktop.

Select an option

Save 0ct0d4n/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