email parsing automation

Email Parser

Extract data from emails and automate your workflow

The forum is now read only. Please, go to the the main Email Parser website if you need help.
Post here if you experience problems or get unexpected errors.
Is it possible to set up an email filter to exclude a word in the subject? In other words I want to capture all emails except for the ones that have the word "CENTER" in the subject. I'm trying to use a regular expression. So far I've tried /^(?!CENTER)/ , ^CENTER$ but it fails in all cases