j
k
j a
j l
<libs/regex/example/snippets/regex_replace_example.cpp> line89-90 maybe should be: extern const char* pre_expression = "(<)|(>)|(&)|\\r"; extern const char* pre_format = "(?1<)(?2>)(?3&)";
<libs/regex/example/snippets/regex_replace_example.cpp> line89-90 maybe should be:
extern const char* pre_expression = "(<)|(>)|(&)|\\r"; extern const char* pre_format = "(?1<)(?2>)(?3&)";
Well spotted! Thanks, John.
Back to the thread
Back to the list