Don't expand character match length with flag `i` (unless using a new flag) · Issue #351 · kkos/o...
Currently, Oniguruma sometimes applies Unicode's SpecialCasing.txt rules when using flag i, which can lengthen the match of a character, character class, or set (like \w or \S). For example, (?...
github.com