class Marten::Template::Filter::Split

Overview

The "split" filter.

The "split" filter converts string elements separated by arg into an array.

Defined in:

marten/template/filter/split.cr

Instance Method Summary

Instance methods inherited from class Marten::Template::Filter::Base

apply(value : Value, arg : Value | Nil = nil) : Value apply

Instance Method Detail

def apply(value : Value, arg : Value | Nil = nil) : Value #

[View source]