compile-time-regular-expressions
compile-time-regular-expressions copied to clipboard
What about fast_match and regex iterator?
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) ?
They may be coroutines, but I do support also C++17. What about fast_match?
What about fast_match
I do not see such possibility now, sorry if it exist