I don't understand the the 2 \b?
((?i)(address|gent|auction|inspect|price)\b([:|^:]|(?!:)))
This addressed the problem of "inspector" or "addressing"
Now it only finds the "inspect" or "addressing.
I don't understand the the 2 \b?
((?i)(address|gent|auction|inspect|price)\b([:|^:]|(?!:)))
This addressed the problem of "inspector" or "addressing"
Now it only finds the "inspect" or "addressing.