elasticsearch/docs/reference/query-languages/esql/_snippets/functions/description/length.md

12 lines
265 B
Markdown
Raw Normal View History

% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
**Description**
Returns the character length of a string.
::::{note}
All strings are in UTF-8, so a single character can use multiple bytes.
::::