Docomint

Contador de linhas

Conta o total de linhas e as linhas não vazias em um bloco de texto ou código.

🔒 Processed on your device

What is a Contador de linhas?

Useful for a quick sanity check on a CSV export, a config file, or a list someone sent you — paste it in and see exactly how many lines (and how many actually have content) you're working with, without opening it in a spreadsheet or editor.

How to use the Contador de linhas

  1. Paste your text or code
  2. Lines are counted instantly, on your device
  3. See both total and non-empty line counts

Example

A pasted CSV export with 500 data rows plus a header row and 3 trailing blank lines shows 504 total lines and 501 non-empty lines.

Frequently asked questions

Does this count blank lines?

Yes — the total line count includes blank lines. A separate "non-empty lines" stat is shown if you want the count without them.

Is my text uploaded anywhere?

No — Contador de linhas runs entirely in your browser using JavaScript/WebAssembly. Your text is never sent to a server.

Does a long line that wraps visually on screen count as multiple lines?

No — only actual line breaks count as a new line, regardless of how many times it visually wraps in the text box.

Related tools