From 9bcef65912ab663785e19b97fdc8e09c49749d4c Mon Sep 17 00:00:00 2001 From: f0o Date: Tue, 23 Dec 2014 08:34:16 +0000 Subject: [PATCH] Updated Docs --- doc/Alerting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Alerting.md b/doc/Alerting.md index 0a721db18..649b1eb6d 100644 --- a/doc/Alerting.md +++ b/doc/Alerting.md @@ -43,7 +43,8 @@ __Conditions__ can be any of: __Values__ can be Entities or any single-quoted data. __Glues__ can be either `&&` for `AND` or `||` for `OR`. -__Note__: The difference between `Equals` and `Matches` (and it's negation) is that `Equals` does a strict comparison and `Matches` allows the usage of the placeholder `*`. The placeholder `*` is comparable with `.*` in RegExp. +__Note__: The difference between `Equals` and `Matches` (and it's negation) is that `Equals` does a strict comparison and `Matches` allows the usage of the placeholder `@`. The placeholder `@` is comparable with `.*` in RegExp. +Arithmetics are allowed as well. ## Examples