Back to Twig

``abs``

doc/filters/abs.rst

3.24.0250 B
Original Source

abs

The abs filter returns the absolute value.

.. code-block:: twig

{# number = -5 #}

{{ number|abs }}

{# outputs 5 #}

.. note::

Internally, Twig uses the PHP `abs`_ function.

.. _abs: https://www.php.net/abs