starts_with.asciidoc 335 B

12345678910111213
  1. [[esql-starts_with]]
  2. === `STARTS_WITH`
  3. Returns a boolean that indicates whether a keyword string starts with another
  4. string:
  5. [source.merge.styled,esql]
  6. ----
  7. include::{esql-specs}/docs.csv-spec[tag=startsWith]
  8. ----
  9. [%header.monospaced.styled,format=dsv,separator=|]
  10. |===
  11. include::{esql-specs}/docs.csv-spec[tag=startsWith-result]
  12. |===