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

What about fast_match and regex iterator?

Open kelbon opened this issue 3 years ago • 2 comments
trafficstars

Regex iterator in C++20 may be a coroutine-generator, isnt it better then returning a range? What about fast_match (only checks match or not) ?

kelbon avatar Mar 26 '22 06:03 kelbon

They may be coroutines, but I do support also C++17. What about fast_match?

hanickadot avatar Mar 26 '22 10:03 hanickadot

What about fast_match

I do not see such possibility now, sorry if it exist

kelbon avatar Mar 26 '22 12:03 kelbon