PHP Classes

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

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/doc/filters/upper.rst   Download  
File: libs/Twig/doc/filters/upper.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
``upper`` ========= The ``upper`` filter converts a value to uppercase: .. code-block:: jinja {{ 'welcome'|upper }} {# outputs 'WELCOME' #}