---
title: Text.Case.lowercase
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/text/case/lowercase
---

# Text.Case.lowercase

Displays text in all lowercase characters.

## Declaration

```swift
case lowercase
```

## Discussion

Discussion For example, “Hello” would be displayed as “hello”. note: StringProtocol.lowercased(with:)

## See Also

### Getting text cases

- [Text.Case.uppercase](swiftui/text/case/uppercase.md)
