13 lines
282 B
Plaintext
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]
|
|
|===
|