Function
Purplestrmatches
unstable since: 3.0
Declaration [src]
gboolean
purple_strmatches (
const char* pattern,
const char* str
)
Description [src]
Checks if pattern
occurs in sequential order in str
in a caseless fashion,
ignoring characters in between.
For example, if pattern
was Pg
and str
was Pidgin
, this will return
TRUE
.
Available since: 3.0