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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple javascript page that removes line breaks.
Based on tutorial from here.
The three type of line breaks are: