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

Copy Markdown View Source

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

args()

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

has_partial_evaluate?()