Just want to ask help from regex experts. Here's my case:
In mysql, I can do text filtering using LIKE operator like this Changed STATUS from%PAID IN FULL which can search strings containing something in between those exact text I have specified: Which can search like:
Changed STATUS from PROMISE TO PAY to PAID IN FULL
Changed STATUS from NEWBIZ to PAID IN FULL
Changed STATUS from CALLED IN 1ST to PAID IN FULL
Changed STATUS from NSF to PAID IN FULL
but not
lllbozeman@aol.com send confirmation paid in full.
email paid in full letter when paid off
In PHP regex how can I do that?