Javascript implementation of UAX 29 Unicode Text Segmentation? [closed]
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Improve this question Is anyone aware of any JavaScript implementations of UAX #29, Unicode Text Segmentation? I'm specifically interested in Word Boundaries. I was hopeful when I came across XRegExp, but it seems to use the standard JavaScript implementation of \b . 回答1: https:/