#include <userver/utils/regex.hpp>
Small alias for boost::regex / std::regex without huge includes.
Public Member Functions | |
regex (std::string_view pattern) | |
regex (const regex &) | |
regex (regex &&) noexcept | |
regex & | operator= (const regex &) |
regex & | operator= (regex &&) noexcept |
std::string | str () const |