Seems the match are working but not the actual Highlightning.
It seems to be case sensitive, even though the option isn't checked.
I have match on Message and the Highlight on a partial nickname and Regex is on.
What I want is:
Highlight: andreas
If someone types Andreasvb anywhere in a text, it should Highlight with a green color and show a notification.
Now it only seem to work if someone write andreas / andreasvb, without capital.
Do I need to use: andreas/gi or something as Highlight?
Does the order matter?
//$regex(Andreasvb:,/andreas/gi)
> 1
//$regex(Andreasvb:,/andreas)
> 0


I have a $me with purple color, which it triggered instead, I removed it after 08:30 on the screenshot.
First I had andreas/gi but changed it to only andreas after 08:32, that's when it started to trigger.
(I also tried move it to bottom of the list, same issue).