Good morning,
I'm struggling to put together a regular expression which could be described as "match a specific string, unless it is contained within another string".
Specifically, I'm looking to match the string "nox", but not when it is in the string "monoxide".
How might I best approach this?