Function minijinja::tests::is_endingwith[][src]

pub fn is_endingwith(
    _state: &State<'_, '_>,
    v: String,
    other: String
) -> Result<bool, Error>
This is supported on crate feature builtin_tests only.
Expand description

Checks if the value is ending with a string.