Ash.Query.Function.Contains (ash v1.46.8) View Source

Returns true if the first string contains the second.

Case insensitive strings are accounted for on either side.

contains("foo", "fo") true

contains(%Ash.CiString{:string "foo"}, "FoO") true

contains("foo", %Ash.CiString{:string "FOO"}) true

Link to this section Summary

Link to this section Functions