mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
Since PCRE 8.03, PCRE supports backtracking control verbs with a name argument. g_match_info_get_mark() will return the argument of the last encountered verb in the whole matching process for failed or partial matches, and in the matching path only for matches.