ncmpc
0.29
|
Go to the source code of this file.
Functions | |
GRegex * | compile_regex (const char *src, bool anchor) |
gcc_pure bool | match_regex (GRegex *regex, const char *line) |
gcc_pure bool | match_line (const char *line, const char *needle) |
GRegex* compile_regex | ( | const char * | src, |
bool | anchor | ||
) |
gcc_pure bool match_regex | ( | GRegex * | regex, |
const char * | line | ||
) |
gcc_pure bool match_line | ( | const char * | line, |
const char * | needle | ||
) |
Checks whether the specified line matches the search string. Case is ignored.