Skip to main content

regex_ends_with

Function regex_ends_with 

Source
pub fn regex_ends_with(pattern: &str, input: &str) -> bool
Expand description

Returns true when a valid pattern matches at the end of the input.