to_lower.asciidoc 568 B

123456789101112131415161718192021222324252627282930
  1. [discrete]
  2. [[esql-to_lower]]
  3. === `TO_LOWER`
  4. *Syntax*
  5. [.text-center]
  6. image::esql/functions/signature/to_lower.svg[Embedded,opts=inline]
  7. *Parameters*
  8. `str`::
  9. String expression. If `null`, the function returns `null`.
  10. *Description*
  11. Returns a new string representing the input string converted to lower case.
  12. include::types/to_lower.asciidoc[]
  13. *Example*
  14. [source.merge.styled,esql]
  15. ----
  16. include::{esql-specs}/string.csv-spec[tag=to_lower]
  17. ----
  18. [%header.monospaced.styled,format=dsv,separator=|]
  19. |===
  20. include::{esql-specs}/string.csv-spec[tag=to_lower-result]
  21. |===