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
Count characters, words, and lines in the input. Useful for checking length limits or analyzing text metrics.
Hello World → Characters: 11, Words: 2, Lines: 1
one two\nthree four → Characters: 19, Words: 4, Lines: 2