Line Counter

Count the number of lines in any text block.

Ad Slot
Ad Slot

Frequently asked questions

How does it count a trailing newline at the end of the text?

It adds one extra empty line — splitting "Hello\n" on newlines produces two entries, one non-empty and one empty, which is why the total can be one higher than you'd expect.

What counts as an "empty" line?

Any line that's blank or contains only whitespace — it's trimmed before the check, so a line with just a few spaces still counts as empty, not non-empty.

How is "Avg Length" calculated?

It's the average character count across the non-empty lines only — blank lines aren't factored into that average.

We use cookies for analytics and to show ads that keep this site free. No personal data is sold.