ends_with.asciidoc 468 B

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