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 7146962 commit 79160c8Copy full SHA for 79160c8
components/expression_language/syntax.rst
@@ -21,6 +21,10 @@ The component supports:
21
* **null** - ``null``
22
* **exponential** - also known as scientific (e.g. ``1.99E+3`` or ``1e-2``)
23
24
+ .. versionadded:: 4.4
25
+
26
+ The ``exponential`` literal was introduced in Symfony 4.4.
27
28
.. caution::
29
30
A backslash (``\``) must be escaped by 4 backslashes (``\\\\``) in a string
0 commit comments