diff --git a/expression_language.html b/expression_language.html index d99a8420..7f40a5bf 100644 --- a/expression_language.html +++ b/expression_language.html @@ -188,7 +188,12 @@

Features

  • simple mathematical operations (+, -, *, /, %)
  • comparisons (==, !=, >, <, <=, >=)
  • boolean operations (||, &&, !)
  • -
  • regex match operator (=~)
  • +
  • regex match operator (=~) + +
  • elvis operator (?:)