Help please for regex to omit all posts with ARK in subject
Posted: Wed May 04, 2005 7:40 pm
I have read http://www.newsbin.com/nb33help/regexp.htm
But I am struggling to write a Newsbin regex which will omit all posts with ARK in the subject. This is for use in the filter box with the Find button. I am on NB 4.32.
[^A][^R][^K] does not seem to work.
Nor does [^ARK].
What regex should I use?
But I am struggling to write a Newsbin regex which will omit all posts with ARK in the subject. This is for use in the filter box with the Find button. I am on NB 4.32.
[^A][^R][^K] does not seem to work.
Nor does [^ARK].
What regex should I use?