123456789101112131415161718192021 |
- [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[]
|