daftspaniel / np8080

A web based text editor written with AngularDart.
BSD 3-Clause "New" or "Revised" License
17 stars 4 forks source link

Add Sentence Count to status bar #69

Closed daftspaniel closed 6 years ago

daftspaniel commented 6 years ago

Replace sentence endings with '.' Split by '.' Count where length > 4.

daftspaniel commented 6 years ago

Seems to be counting e.g ( 50. ) as a sentence. Can we remove numbers first?

daftspaniel commented 6 years ago

Number removal done.