pub fn starts_with(value: String, prefix: String) -> bool
Return whether one string begins with the provided prefix.