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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
282 B
Plaintext
Raw Normal View History

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