This tool will display the number of lines in a given text.
Number of lines: 1

How it works

This tool will return the number of lines detected in a text.

Did you know?

Did you know that the end line character is different based on the operating system:

Unix, Linux, Mac OS X
LF (\n) character is used (0x0A)
Mac OS up to 9
CR (\r) character is used (0x0D)
Windows
CR + LF (\r\n) characters are used (0x0D 0x0A)