Writing & Language Tools / Character Counter

Character Counter

Count characters with and without spaces

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