Function
Birbstr_matches
unstable since: 0.6
Declaration [src]
gboolean
birb_str_matches (
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 Br and str was biRb, this will return
TRUE.
Available since: 0.6