API Version: 2.0
Library Version: 2.72
const gchar* g_match_info_get_string ( const GMatchInfo* match_info )
Returns the string searched with match_info. This is the string passed to g_regex_match() or g_regex_replace() so you may not free it before calling this function.
match_info
g_regex_match()
g_regex_replace()
const gchar*
The string searched with match_info.