Function regex_syntax::escape_into
source · Expand description
Escapes all meta characters in text
and writes the result into buf
.
This will append escape characters into the given buffer. The characters that are appended are safe to use as a literal in a regular expression.