Skip to content

technoid99/removelinebreaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Remove line breaks

Simple javascript page that removes line breaks.

Based on tutorial from here.

The three type of line breaks are:

  • \r\n, usually created on a windows computer
  • \n, created on Linux
  • \r created on an Apple computer