Kyle Cearley

Results 3 comments of Kyle Cearley

I can't seem to reproduce this. Are you able to create a fiddle (could fork the base case at http://jsfiddle.net/ractoon/p7x72La3/) that shows this issue? Thanks!

HI @diptopol, it does seem like the current method could be a bit greedy matching all whitespaces for some use cases. It may be useful to have a flag like...

Hi @diptopol, thanks for the feedback. I was thinking `countWhitespaceAsSpace` would be a separate option to prevent user confusion of what the options are doing. This way if `countSpaces: false`...