Skip to main content

ends_with

Function ends_with 

Source
pub fn ends_with(value: &str, suffix: &str) -> bool
Expand description

Check if a string ends with a suffix.