PHP Classes

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

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/doc/filters/title.rst   Download  
File: libs/Twig/doc/filters/title.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: 255 bytes
 

Contents

Class file image Download
``title`` ========= The ``title`` filter returns a titlecased version of the value. Words will start with uppercase letters, all remaining characters are lowercase: .. code-block:: jinja {{ 'my first car'|title }} {# outputs 'My First Car' #}