elasticsearch/docs/reference/esql/functions/ends_with.asciidoc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
479 B
Plaintext
Raw Normal View History

[discrete]
[[esql-ends_with]]
=== `ENDS_WITH`
[.text-center]
image::esql/functions/signature/ends_with.svg[Embedded,opts=inline]
Returns a boolean that indicates whether a keyword string ends with another
string:
[source.merge.styled,esql]
----
include::{esql-specs}/string.csv-spec[tag=endsWith]
----
[%header.monospaced.styled,format=dsv,separator=|]
|===
include::{esql-specs}/string.csv-spec[tag=endsWith-result]
|===
Supported types:
include::types/ends_with.asciidoc[]