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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
487 B
Plaintext
Raw Normal View History

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