Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Acronym: add underscore test case (#1436)
Many regular expression libraries have a way to detect word boundaries, but their definition of word characters includes underscores. \b and \w metacharacters were designed to detect programming language keywords, and it is a common mistake to use them to match words in natural languages.
- Loading branch information