auto operator "" _r(char const* str, unsigned long) { return std::regex{str}; }
int main() { auto myre = R"(^hello\w*)"_r; }