21 lines
466 B
Plaintext
21 lines
466 B
Plaintext
|
[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[]
|