Code

match: enable regular expressions when using find
authorFredrik Lanker <fredrik.lanker@gmail.com>
Sat, 3 Jan 2009 11:15:28 +0000 (12:15 +0100)
committerMax Kellermann <max@duempel.org>
Sat, 3 Jan 2009 11:15:28 +0000 (12:15 +0100)
commit9416a2a96bc45e98387297dc3d3846285d380c4f
treec8011411a70fe91240a9f464fbaf26d20514549a
parent0c479e3802a334c02d427445679dabcc8031fa18
match: enable regular expressions when using find

It uses g_regex_match_simple() in glib and is case insensitive.  The
search in the NCMPC_MINI case is unchanged.
NEWS
src/match.c