Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HFP-3141 Fix sentences being parsed as a single word
This would happen if a sentence was wrapped in space and asterisk, e.g. ' *this is the answer* ', which would be marked as a single word in the view, when it should be 4 words. Adding space as an exception in the matching regex fixes this.
- Loading branch information