NOT « Regular Expressions « Oracle PL / SQL






1.Caret ('^') may be either an anchor or a negating marker
2.Use the negating caret(not): REGEXP_LIKE(description,'[^mn]')
3.If we wanted a non-('g' or 'p') followed by something else like an 'l'
4.Match 'description' where there were no digits at all anywhere in the string