I have a regular expression program that looks for data inside a print image. The problem is that we are pulling the name and address, we want to exclude a dummy names list and we can code a regexp for that condition but how do we negate it using regular expressions, grep -v returns the right result with:
(.*PRIVATE.*CONFIDENTIAL.*|.*THE.*MANAGER) Any body help me, ^ is a character class negation, I tried ! and \! does not appear to work. KenF -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
