Returns true if the first string ends with the second.
Case insensitive strings are accounted for on either side.
string_ends_with("foo", "oo") true
string_ends_with(%Ash.CiString{string: "foo"}, "OO") true
string_ends_with("foo", %Ash.CiString{string: "OO"}) true
Summary
Functions
Callback implementation for Ash.Query.Function.args/0.