From e33b43faaa5983cb7ae2d83e3eb431dad1ea2125 Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Thu, 7 Apr 2022 13:55:23 +0000 Subject: [PATCH] Update syntax.rst --- components/expression_language/syntax.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/expression_language/syntax.rst b/components/expression_language/syntax.rst index a4c17f81a27..817e760b22b 100644 --- a/components/expression_language/syntax.rst +++ b/components/expression_language/syntax.rst @@ -183,6 +183,9 @@ Comparison Operators * ``<=`` (less than or equal to) * ``>=`` (greater than or equal to) * ``matches`` (regex match) +* ``contains`` +* ``starts with`` +* ``ends with`` .. tip::