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:
Christian Persch
2012-06-08 00:49:00 +02:00
parent 6ccdc3379d
commit 1c029158f6
4 changed files with 91 additions and 2 deletions

View File

@@ -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