Filter capitalize

To use a filter on a variable in an expression, write the variable then put a | pipe symbol, then write the filter name:

string|capitalize

Description

Given a string, this capitalises the first letter.