Function ends_with

Source
pub fn ends_with(string: Expr, suffix: Expr) -> Expr
Available on crate feature string_expressions only.
Expand description

Returns true if the string ends with the suffix, false otherwise.