On 17/04/2012 15:15, Martin Gregorie wrote:
On Tue, 2012-04-17 at 14:39 +0200, Tom Kinghorn wrote: Indeed, and /^Orange$/i will only match Orange if it is the entire line. In fact, as SA converts each paragraph into one long line in body rules, it will only match a paragraph containing just the word 'Orange'./\borange\b/i is what I'd use. Martin
Noted. Thanks Martin.
