fn make_replacement(s: &str) -> StringExpand description
Construct the regex used to match and replace \n expression.
https://docs.rs/regex/latest/regex/struct.Captures.html#method.expand
\& -> ${0}
\1 -> ${1}
...
\9 -> ${9}fn make_replacement(s: &str) -> StringConstruct the regex used to match and replace \n expression.
https://docs.rs/regex/latest/regex/struct.Captures.html#method.expand
\& -> ${0}
\1 -> ${1}
...
\9 -> ${9}