[syslog-ng] regexp in match() function

Przemek Bak przemolicc@poczta.fm
Fri, 21 Apr 2000 14:33:07 +0200


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