API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成的
自:2.70
gboolean g_pattern_spec_match_string ( GPatternSpec* pspec, const gchar* string )
匹配字符串与编译后的模式。
如果字符串需要与多个模式匹配,请考虑使用 g_pattern_spec_match(),同时提供反转的字符串。
g_pattern_spec_match()
自 2.70 版本起可用
string
类型: const gchar*
const gchar*
要匹配的 UTF-8 编码字符串。
类型: gboolean
gboolean
TRUE 如果 string 与 pspec 匹配。
TRUE
pspec