ends_with

Function ends_with 

Source
pub fn ends_with(string: Expr, suffix: Expr) -> Expr
Expand description

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