PHP Classes

File: Library/vendor/twig/twig/doc/filters/upper.rst

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/doc/filters/upper.rst   Download  
File: Library/vendor/twig/twig/doc/filters/upper.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 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' #}