I'm using a chrome plugin to remap words on a webpage to anonymize keywords.
I can use Regex.
I want it to find a keyword like blue shoes and change it to keyword 1 and red shoes and call it keyword 2.
The hard part is to get it so it ignores the plus sign.
I could just write 2 statements but I was wondering if I could do it with just one so that it would find blue shoes even if it looked like blue shoes or +blue +shoes.