2023-10-17 23:36:14 +08:00
|
|
|
[discrete]
|
2023-09-18 23:29:20 +08:00
|
|
|
[[esql-ends_with]]
|
|
|
|
=== `ENDS_WITH`
|
|
|
|
[.text-center]
|
|
|
|
image::esql/functions/signature/ends_with.svg[Embedded,opts=inline]
|
|
|
|
|
|
|
|
Returns a boolean that indicates whether a keyword string ends with another
|
|
|
|
string:
|
|
|
|
|
|
|
|
[source.merge.styled,esql]
|
|
|
|
----
|
|
|
|
include::{esql-specs}/string.csv-spec[tag=endsWith]
|
|
|
|
----
|
|
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|
|
|===
|
|
|
|
include::{esql-specs}/string.csv-spec[tag=endsWith-result]
|
|
|
|
|===
|
|
|
|
|
|
|
|
Supported types:
|
|
|
|
|
|
|
|
include::types/ends_with.asciidoc[]
|