方法

GLibPatternSpecmatch_string

自:2.70

声明 [来源]

gboolean
g_pattern_spec_match_string (
  GPatternSpec* pspec,
  const gchar* string
)

描述 [来源]

匹配字符串与编译后的模式。

如果字符串需要与多个模式匹配,请考虑使用 g_pattern_spec_match(),同时提供反转的字符串。

自 2.70 版本起可用

参数

string

类型: const gchar*

要匹配的 UTF-8 编码字符串。

数据由方法的调用者所有。
该值是一个以 NUL 结尾的 UTF-8 字符串。

返回值

类型: gboolean

TRUE 如果 stringpspec 匹配。