Skip to content

Commit 445a64c

Browse files
committed
minor #16695 [ExpressionLanguage] Add some more operators (zairigimad)
This PR was merged into the 6.1 branch. Discussion ---------- [ExpressionLanguage] Add some more operators <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> fix: #16677 Commits ------- e33b43f Update syntax.rst
2 parents 598a8c2 + e33b43f commit 445a64c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/expression_language/syntax.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ Comparison Operators
210210
* ``<=`` (less than or equal to)
211211
* ``>=`` (greater than or equal to)
212212
* ``matches`` (regex match)
213+
* ``contains``
214+
* ``starts with``
215+
* ``ends with``
213216

214217
.. tip::
215218

0 commit comments

Comments
 (0)