Ash.Query.Function.StringEndsWith (ash v3.24.5)

Copy Markdown View Source

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

args()

Callback implementation for Ash.Query.Function.args/0.

has_partial_evaluate?()