API 版本:2.0
库版本:2.83.2
由 gi-docgen 生成,版本 2024.1
自:2.14
const gchar* g_match_info_get_string ( const GMatchInfo* match_info )
返回使用 match_info 搜索的字符串。这是传递给 g_regex_match() 或 g_regex_replace() 的字符串,因此请在调用此函数之前不要释放它。
match_info
g_regex_match()
g_regex_replace()
类型: const gchar*
const gchar*
使用 match_info 搜索的字符串。