Returns true if the first string starts with the second.
Case insensitive strings are accounted for on either side.
string_starts_with("foo", "fo") true
string_starts_with(%Ash.CiString{string: "foo"}, "FoO") false
string_starts_with(%Ash.CiString{string: "foo"}, "Fo") true
Summary
Functions
Callback implementation for Ash.Query.Function.args/0.