Filter¶
A filter that takes only the piped input value, with no extra arguments.
Template syntax: {{ value | myfilter }}
Public Functions¶
apply¶
Apply the filter to the input value and return the result.
Parameters¶
- input: String val
Returns¶
- String val