123456789101112131415161718192021 |
- [discrete]
- [[esql-starts_with]]
- === `STARTS_WITH`
- [.text-center]
- image::esql/functions/signature/ends_with.svg[Embedded,opts=inline]
- Returns a boolean that indicates whether a keyword string starts with another
- string:
- [source.merge.styled,esql]
- ----
- include::{esql-specs}/docs.csv-spec[tag=startsWith]
- ----
- [%header.monospaced.styled,format=dsv,separator=|]
- |===
- include::{esql-specs}/docs.csv-spec[tag=startsWith-result]
- |===
- Supported types:
- include::types/starts_with.asciidoc[]
|