mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-30 13:58:19 +01:00
regex: Add g_match_info_get_mark
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.
This commit is contained in:
@@ -1026,6 +1026,7 @@ g_regex_check_replacement
|
||||
GMatchInfo
|
||||
g_match_info_get_regex
|
||||
g_match_info_get_string
|
||||
g_match_info_get_mark
|
||||
g_match_info_ref
|
||||
g_match_info_unref
|
||||
g_match_info_free
|
||||
|
||||
Reference in New Issue
Block a user