Writing & Language Tools / Word Counter

Word Counter

Count words, characters, sentences, and paragraphs

Words = text.split(/\s+/).filter(Boolean).length | Characters = text.length | Sentences = text.split(/[.!?]+/).filter(Boolean).length | Reading time at 200 WPM