Make notification message alert regexps case insensitive
I think it would helpful if the regular expressions that users can specific for message alerts were (or had the option to be) case insensitive. In my informal testing, they appear not to be.
Thanks,
Eric
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by trevor on 09 Feb, 2012 04:08 PM
Hi Eric,
sorry for taking so long to reply.
Propane uses the PCRE regular expression library, which allows you to set case insensitivity inside the regular expression using the
(?i)modifier.For example:
(?i)propanewill perform a case-insensitive match.Regards, Trev
3 Posted by Eric W on 09 Feb, 2012 04:15 PM
Ah! That will work nicely, thank you!
trevor closed this discussion on 19 Feb, 2012 06:28 AM.