Skip to main content

str_ends_with

Function str_ends_with 

Source
pub fn str_ends_with(s: &str, suffix: &str) -> bool
Expand description

Check that a string ends with suffix.