README
word-breaker
Implementation of the Unicode Word Boundary Rules algorithm (UAX29 4.1)
What are word boundaries used for?
- When you double click a word inside your web browser, UAX29 sec 4 defines where the start and end of the selection should be
- CSS's text-transform: uppercase
- Can be used for search algorithms too