Make exceptionss case insensative.

This commit is contained in:
Storm Dragon 2022-05-22 16:33:25 -04:00
parent 072a5e6f6f
commit def4690040

View File

@ -44,9 +44,9 @@ _:===:line
=:===:equals =:===:equals
[customDict] [customDict]
certificate:===:certifficate regex;(?i)certificate:===:certifficate
nginx:===:EngineX regex;(?i)nginx:===:EngineX
shit:===:shitt regex;(?i)shit:===:shitt
[emoticonDict] [emoticonDict]
# This dictionary uses regexp when prefixed with "regex;", so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc. # This dictionary uses regexp when prefixed with "regex;", so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.