CR and LF are control characters or bytecode that can be used to mark a line break in a text file.
\r
, 0x0D
in hexadecimal, 13 in decimal) â moves the cursor to the beginning of the line without advancing to the next line.\n
, 0x0A
in hexadecimal, 10 in decimal) â moves the cursor down to the next line without returning to the beginning of the line.A CR immediately followed by a LF (CRLF, \r\n
, or 0x0D0A
) moves the cursor to the beginning of the line and then down to the next line.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4