msgs column match-pattern
On Sun, Apr 23, 2006 at 08:56:25PM -0400, John Glowacki wrote:
It seems that pcre is defaulted to caseless matching. Set (?-i) to turn off PCRE_CASELESS. See pcre man pages http://www.pcre.org/pcre.txt.
Indeed, yes - that is the way I've coded the string matching. I didn't know that you could actually embed this into the regex. Thanks for the tip, which I've added to the hobbit-clients.cfg man-page. Regards, Henrik