Docs/Sintax/Text/Split & joinSplit & joinSplit 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