Skip to main content

starts_with

Function starts_with 

Source
pub fn starts_with(s: &str, needle: &str) -> bool
Expand description

Check if string starts with needle.