Count the number of lines, words, and approximate UTF-8 byte size of a block of text — useful for quick code or file size sanity checks.
Formula
Lines = count of line breaks + 1; Bytes = UTF-8 encoded length