I have this regEx statement which is to find “keywords”
"(?i)(?:^|(?<= ))("+keywordList+")(?:(?= )|$)"
where “keywordlist” is a string variable that is inserted into the RegEx
this works fine… however I cannot seem to figure out what needs to be added to find keywords with an “=”
I want to find COLOR in all those cases… right now it only finds the one ending with " "