regex_utils.hpp

Helper functions for building regular expressions.

Note

Status: BETA

Functions

std::string regex_nested(char open = '(', char close = ')', size_t depth = 0, bool stop_at_newline = true)
namespace string_literals