#include <userver/utils/regex.hpp>
Replacement string with substitution support.
May contain the following special syntax:
\N
(spelled as \\N
in C++ string literals), where 0 <= N <= 9, can be used to insert capture groups;\0
refers to the contents of the whole match;\
should be escaped as \\
(spelled as \\\\
in C++ string literals)Public Attributes | |
std::string_view | replacement |