Docs
OverviewTemplate SyntaxQuick Guide

Resources

Source code

Modifiers

Text
Casing
lowerslugtitletitle_modelupper
Edit
concatreplacereplace_patternreverseshortenwrap
Split & join
joinlinessplit
Trim
trimtrim_prefixtrim_suffix
Escape
escape_htmlescape_jsescape_url
Format
currencydecimalformatlengthline_numbers
Collections
Access
findfirstkeylastpluck
Query
filterhasis
Transform
flattenmapmergesortsum
Files & paths
File
file
Path
dirnameextext_dotext_prependext_trimfilename
Convert
Parse
from_csvfrom_jsonfrom_yaml
Serialize
jsonmarkdownyaml
Logic
Compare
eqgtgtenot
Default
default
Render
Template
template
Docs/Sintax/Text/Casing

Casing

Shift case: upper, lower, title, and slug.

Casing

lowerConverts a string to lowercase.{{ name | lower }}slugConverts a string to a URL-friendly slug.{{ title | slug }}titleConverts a hyphen-separated slug into a title-cased string.{{ slug | title }}title_modelFormats an AI model identifier into a human-readable title.{{ model | title_model }}upperConverts a string to uppercase.{{ code | upper }}
Edit or read the source on GitHub
PreviousTextNext lower

Built with in Vilnius, Lithuania Say hello!

ProductsOpen sourceDocs GitHub