Skip to main content

regex_starts_with

Function regex_starts_with 

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

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