Thanks for the push everybody. I read this blog post ( http://cdscott.blogspot.com/2006/07/pointcuts-even-more-fun-with-regex.html ) and basically copied it. I understand the situation much better now especially after reading all material provided.
In the end I believe this regex solved my problem. ^((?!^discard)(?!^recycle$).)*$ Avoid intercepting anything starting with discard and avoid the word recycle. and to prove it worked I used this tool - http://ryanswanson.com/regexp/#start Thanks all. Damien ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1183 Subscription: http://www.houseoffusion.com/groups/regex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21
