函数
GLibpattern_match_string
已过时:2.70
声明 [src]
gboolean
g_pattern_match_string (
GPatternSpec* pspec,
const gchar* string
)
说明 [src]
根据已编译的模式匹配字符串。
如果字符串要与多个模式进行匹配,请考虑使用 g_pattern_spec_match()
代替,同时提供反转后的字符串。
自 2.70 起已过时
请使用 g_pattern_spec_match_string()
代替。
此函数不能直接用于语言绑定。
参数
pspec
-
类型:
GPatternSpec
一个
GPatternSpec
。数据由函数的调用者所有。 string
-
类型:
const gchar*
UTF-8 编码的要匹配的字符串。
数据由函数的调用者所有。 值是空结束的 UTF-8 字符串。