From MSDN, this code is used in order to match regular expression:
if (regex_match(s, m, regex { R"((\w+) (\w+))" })) { }
Is using the R before the string quota a standard C++?
Aucun commentaire:
Enregistrer un commentaire