starts_with.asciidoc 487 B

123456789101112131415161718192021
  1. [discrete]
  2. [[esql-starts_with]]
  3. === `STARTS_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 starts with another
  7. string:
  8. [source.merge.styled,esql]
  9. ----
  10. include::{esql-specs}/docs.csv-spec[tag=startsWith]
  11. ----
  12. [%header.monospaced.styled,format=dsv,separator=|]
  13. |===
  14. include::{esql-specs}/docs.csv-spec[tag=startsWith-result]
  15. |===
  16. Supported types:
  17. include::types/starts_with.asciidoc[]