PHP Classes

File: libs/Twig/doc/filters/lower.rst

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/doc/filters/lower.rst   Download  
File: libs/Twig/doc/filters/lower.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 152 bytes
 

Contents

Class file image Download
``lower`` ========= The ``lower`` filter converts a value to lowercase: .. code-block:: jinja {{ 'WELCOME'|lower }} {# outputs 'welcome' #}