Is there a way to match a set of words in a sentence?
The requirement is I would like to check whether a sentence contains the following words po or p.o or p.o or box. But it shouldn't catch post or sandbox.
po --> error
post --> success
box --> error
hippo --> succes
Thanks in advance