• File: null.rst
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/unlimited-elements-for-elementor/vendor/twig/twig/doc/tests/null.rst
  • Date Modified: 03/05/2025 5:09 PM
  • File size: 170 bytes
  • MIME-type: text/plain
  • Charset: utf-8
``null``
========

``null`` returns ``true`` if the variable is ``null``:

.. code-block:: twig

    {{ var is null }}

.. note::

    ``none`` is an alias for ``null``.