elasticsearch/docs/reference/esql/functions/to_upper.asciidoc
2024-01-15 11:58:57 +01:00

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