compile-time-regular-expressions icon indicating copy to clipboard operation
compile-time-regular-expressions copied to clipboard

how can I use Unicode Regex using C++17

Open DamonsJ opened this issue 1 year ago • 0 comments

as you describe at : https://github.com/hanickadot/compile-time-regular-expressions#unicode

std::u8string is supported after c++20

How can I do the same thing using C++17?

I used std::string instead of std::u8string , I got wrong results.

DamonsJ avatar Jun 27 '23 02:06 DamonsJ