API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
自从:2.14
gboolean g_match_info_next ( GMatchInfo* match_info GError** error )
使用与先前调用 g_regex_match_full() 或 g_regex_match() 相同的参数来搜索下一个匹配。
g_regex_match_full()
g_regex_match()
此匹配是在传递给匹配函数的字符串上进行的,因此在调用此函数之前不能释放它。
自:2.14 起可用
类型: gboolean
gboolean
TRUE 表示找到匹配的字符串,否则为 FALSE。
TRUE
FALSE