Akshit Dandyan
Results
1
issues of
Akshit Dandyan
### Issue The function `sentenceCount` uses this regular expression to calculate total sentences: `(/ *[.?!]['")\]]*[ |\n](?=[A-Z])/g)` It works well when we have text separated by single `\n` but when there...