Character Count by Line (Find Longest, Shortest)
See the length of every line in your text. Useful for code style audits (line length limits like 80, 100, 120), prose review (overlong paragraphs), data quality checks (CSV rows of unexpected lengths). Highlights lines exceeding a configurable threshold.