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

lower

The lower filter converts a value to lowercase.

{{ 'WELCOME' | lower }}

{# outputs 'welcome' #}

Last updated on

length

The length filter returns the number of items of a sequence or mapping, or the length of a string.

map

The map filter applies an arrow function to the elements of a sequence or a mapping.