Function
GLibpattern_match_string
Description
Matches a string against a compiled pattern. If the string is to be
matched against more than one pattern, consider using
g_pattern_match()
instead while supplying the reversed string.
Deprecated since: | 2.70 |
Use | |
This function is not directly available to language bindings |
Parameters
pspec |
GPatternSpec |
A |
|
The data is owned by the caller of the function. | |
string |
const gchar* |
The UTF-8 encoded string to match. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |