mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Content and structural improvements to the ES|QL docs --------- Co-authored-by: Alexandros Batsakis <abatsakis@splunk.com> Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
32 lines
639 B
Text
32 lines
639 B
Text
[[esql-string-functions]]
|
|
==== {esql} string functions
|
|
|
|
++++
|
|
<titleabbrev>String functions</titleabbrev>
|
|
++++
|
|
|
|
{esql} supports these string functions:
|
|
|
|
// tag::string_list[]
|
|
* <<esql-concat>>
|
|
* <<esql-left>>
|
|
* <<esql-length>>
|
|
* <<esql-ltrim>>
|
|
* <<esql-replace>>
|
|
* <<esql-right>>
|
|
* <<esql-rtrim>>
|
|
* <<esql-split>>
|
|
* <<esql-substring>>
|
|
* <<esql-trim>>
|
|
// end::string_list[]
|
|
|
|
include::concat.asciidoc[]
|
|
include::left.asciidoc[]
|
|
include::length.asciidoc[]
|
|
include::ltrim.asciidoc[]
|
|
include::replace.asciidoc[]
|
|
include::right.asciidoc[]
|
|
include::rtrim.asciidoc[]
|
|
include::split.asciidoc[]
|
|
include::substring.asciidoc[]
|
|
include::trim.asciidoc[]
|