Help centerConsole

Getting Started

IntroductionCreate a projectIntelliSense

AI Components

Getting started

Courier

Getting startedCommandsConfiguration
Upgrade

Canvas

ExpressionsFilters & functionsCanvasTemplatingVariables
absbatchcapitalizecolumnconvert_encodingdate_modifydatedefaultescapefilterfirstformatgroup_byimage_tagimage_urljoinjson_encodekeyslastlengthlowermapmergenl2brnumber_formatrawreading_timereducereplacereverseroundsliceslugsortspacelesssplitstriptagstitletrimupperurl_encodeDeprecated filters
Help centerConsole
DocumentationAPI ReferenceGuidesChangelog
Filters

upper

The upper filter converts a value to uppercase.

{{ 'welcome' | upper }}
{# outputs 'WELCOME' #}

Last updated on

trim

The trim filter strips whitespace (or other characters) from the beginning and end of a string.

url_encode

The url_encode filter percent encodes a given string as URL segment or an array as query string.