BeRo1985 / flre

FLRE - Fast Light Regular Expressions - A fast light regular expression library
GNU Lesser General Public License v2.1
94 stars 23 forks source link

Unicode \w matching #73

Open benibela opened 3 years ago

benibela commented 3 years ago

So the W3C defines \w as [#X0000-#x10FFFF]-[\p{P}\p{Z}\p{C}] (see #65).

Besides _ there are other symbols not matching as they should:

flrew.txt