From 350bb65a2f68b14ce16a21ea8670cc087e39f4ce Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 12 Jan 2023 18:26:16 +0100 Subject: docs and utf8 updates. --- misc/examples/regex2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/examples') diff --git a/misc/examples/regex2.c b/misc/examples/regex2.c index 66ab9f72..e24cce51 100644 --- a/misc/examples/regex2.c +++ b/misc/examples/regex2.c @@ -11,7 +11,7 @@ int main() "https://en.cppreference.com/w/cpp/regex/regex_search" }, {"!((abc|123)+)!", "!123abcabc!"}, - {"(\\p{L&}+ )+(\\p{Nd}+)", "Großpackung süßigkeiten 199"}, + {"(\\p{Alpha}+ )+(\\p{Nd}+)", "Großpackung süßigkeiten 199"}, {"\\p{Han}+", "This is Han: 王明:那是杂志吗?"}, }; -- cgit v1.2.3