I have a below regular expression which returns true if it finds PO Box office combination
\b[P|p]*(OST|ost)*\.*\s*[O|o|0]*(ffice|FFICE)*\.*\s*[B|b][O|o|0][X|x]\b
I want the exact opposite of this if a particular string has a combination of po box office then it should return false else allow every thing
can someone help me with this please