Module minijinja::filters[][src]

Expand description

Built in filters and filter abstraction.

This module implements the default filters which are registered in the environment automatically.

Traits

A utility trait that represents filters.

Functions

HTML escapes a string.

Returns the “length” of the value

Converts a value to lowercase.

Does a string replace.

Marks a value as safe. This converts it into a string.

Converts a value to uppercase.