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/Split & join

Split & join

Split strings into parts and join them back together.

Split & join

joinJoins the elements of a slice into a single string.{{ tags | join:',' }}linesSplits a string on "\n" only.{{ body | lines }}splitSplits the input on every occurrence of the separator.{{ csv | split:',' }}
Edit or read the source on GitHub
PreviouswrapNext join

Built with in Vilnius, Lithuania Say hello!

ProductsOpen sourceDocs GitHub