Zend certified PHP/Magento developer

Regex: Find all those lines with a particular tag, that does not have a particular word in it

I wanna find all those lines with a particular tag, that does not have a particular word in it. For example I wanna find this line:

I love You blah blah blah

and NOT those lines with tags that have * Note: in it, such as:

* Note: blah blah

So, the first example should be the output.