Line Counter
TextCount total lines, blank lines, and non-empty lines in seconds. All calculations run locally in your browser.
Total Lines 0
Non-empty Lines 0
Blank Lines 0
Longest Line 0
Average Length 0
How line counts work
Total lines: Split on line breaks, including empty lines between text blocks.
Blank lines: Lines that contain only whitespace characters.
Average length: Computed using non-empty lines to avoid skewing by blanks.
Longest line: The maximum number of characters found on a single line.