Ryan Mitchell

Results 1 issues of Ryan Mitchell

In the README an example regex for splitting on strings is `config.word_boundary = /\S[\.\?\!]/`. This regex fails, however, when an HTML tag is at the end of the string. Testing...