elasticsearch/docs/reference/esql/functions/starts_with.asciidoc

22 lines
487 B
Plaintext

[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[]