ends_with.asciidoc 479 B

123456789101112131415161718192021
  1. [discrete]
  2. [[esql-ends_with]]
  3. === `ENDS_WITH`
  4. [.text-center]
  5. image::esql/functions/signature/ends_with.svg[Embedded,opts=inline]
  6. Returns a boolean that indicates whether a keyword string ends with another
  7. string:
  8. [source.merge.styled,esql]
  9. ----
  10. include::{esql-specs}/string.csv-spec[tag=endsWith]
  11. ----
  12. [%header.monospaced.styled,format=dsv,separator=|]
  13. |===
  14. include::{esql-specs}/string.csv-spec[tag=endsWith-result]
  15. |===
  16. Supported types:
  17. include::types/ends_with.asciidoc[]