mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
20 lines
466 B
Text
20 lines
466 B
Text
[discrete]
|
|
[[esql-to_upper]]
|
|
=== `TO_UPPER`
|
|
[.text-center]
|
|
image::esql/functions/signature/to_upper.svg[Embedded,opts=inline]
|
|
|
|
Returns a new string representing the input string converted to upper case
|
|
|
|
[source.merge.styled,esql]
|
|
----
|
|
include::{esql-specs}/string.csv-spec[tag=to_upper]
|
|
----
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|===
|
|
include::{esql-specs}/string.csv-spec[tag=to_upper-result]
|
|
|===
|
|
|
|
Supported types:
|
|
|
|
include::types/to_upper.asciidoc[]
|