Post edited 6:56 pm – December 29, 2009 by rkent
Looking at the code, I see that I have not provided any method to allow adding RegEx flags to this search term. Let me note that in my bug database so that I can try to fix that in future versions.
In the meantime, this is very easy to do with a javascript search term. If your case-insensitive search term is "ABC" just enter this as the javascript search term:
(/ABC/.i).test(message.subject)
Recent Comments