pub fn starts_with(This: This<Arc<String>>, prefix: Arc<String>) -> bool
Returns true if a string starts with another string.
"abc".startsWith("a") == true