We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445a64c commit ccf38dcCopy full SHA for ccf38dc
components/expression_language/syntax.rst
@@ -214,6 +214,11 @@ Comparison Operators
214
* ``starts with``
215
* ``ends with``
216
217
+.. versionadded:: 6.1
218
+
219
+ The ``contains``, ``starts with`` and ``ends with`` operators were introduced
220
+ in Symfony 6.1.
221
222
.. tip::
223
224
To test if a string does *not* match a regex, use the logical ``not``
0 commit comments