diff --git a/docs/src/expression_language.md b/docs/src/expression_language.md index 3cb4b52..65c7bc8 100644 --- a/docs/src/expression_language.md +++ b/docs/src/expression_language.md @@ -23,6 +23,7 @@ Supported currently are the following features: - simple mathematical operations (`+`, `-`, `*`, `/`, `%`) - comparisons (`==`, `!=`, `>`, `<`, `<=`, `>=`) - boolean operations (`||`, `&&`, `!`) +- regex match operator (`=~`) - elvis operator (`?:`) - if the left side is `""` or a JSON `null`, then returns the right side, otherwise evaluates to the left side.