21 Apr
2000
21 Apr
'00
1:33 p.m.
Does match() function really use regexp to match a string ? For example I'd like to match following strings: Err err ERR eRR ... What should I write in config file ? Is something like that ok: filter f { match ("[Ee][Rr][Rr]"); }; przemol