Is it possible to use ONLY POSIX regular expressions to guarantee that a word does not appear inside a string??
I mean that, if i wanted to have only words that dont have "tree":
It should tell me that "I like turtles" matches.
On the other hand, it should not match "The man is on the tree"
Thanks
tree? – Michael Mior Oct 25 '11 at 1:47not 'tree' in stras a test. – Michael Mior Oct 25 '11 at 1:49