elasticsearch/docs/reference/esql/functions/trim.asciidoc

13 lines
282 B
Plaintext

[[esql-trim]]
=== `TRIM`
Removes leading and trailing whitespaces from strings.
[source.merge.styled,esql]
----
include::{esql-specs}/string.csv-spec[tag=trim]
----
[%header.monospaced.styled,format=dsv,separator=|]
|===
include::{esql-specs}/string.csv-spec[tag=trim-result]
|===