Hello,
I would like to use the sensor IMAP for various backup solutions. That's why I have the following regular expression in use:
\b(error|alarm|warning|critical|fehler|error|failed|achtung)\b/ig
This also works as long as the words are lowercase. Problems are here, e.g. "Fehler" or "ERROR". Is "/ig" not correct to disable case sensitive?
Gerard
Add comment