Function starts_with

Source
pub fn starts_with(value: String, prefix: String) -> bool
Expand description

Return whether one string begins with the provided prefix.