---
title: "to_lower | Grafana Agent documentation"
description: "Learn about to_lower"
---

# to\_lower

`to_lower` converts all uppercase letters in a string to lowercase.

## Examples

Alloy ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy

```alloy
> to_lower("HELLO")
"hello"
```
