How do i write regular expression to find word bad which is not preceded by words not or no.
In the example below I should find Line 1 and Line 4.
Line 1: a bad rider
Line 2 : apple is not bad
Line 3 : there is no bad remarks.
Line 4 : no there is nothing bad
Is it possible to do it without lookahead as it is not supported in Oracle sql.