Text Master

by Thankless Technologies

Count

Count characters, words, and lines in the input. Useful for checking length limits or analyzing text metrics.

Example

Hello World → Characters: 11, Words: 2, Lines: 1

one two\nthree four → Characters: 19, Words: 4, Lines: 2

USED IN COOKBOOKS