hanickadot / compile-time-regular-expressions

Compile Time Regular Expression in C++
https://twitter.com/hankadusikova
Apache License 2.0
3.22k stars 177 forks source link

Cannot parse Unicode ranges after question mark as in `" ?[\p{L}]+"` #305

Closed iboB closed 2 months ago

iboB commented 2 months ago

A regular expression of the form "something, question mark, range or Unicode chars" is not parsed correctly.

As seen in the example: https://gcc.godbolt.org/z/41ea8anqT

hanickadot commented 2 months ago

It should be fixed now

hanickadot commented 2 months ago

Thanks for reporting!

iboB commented 2 months ago

Thanks!