---
title: isUppercase
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unicode/scalar/properties-swift.struct/isuppercase
---

# isUppercase

A Boolean value indicating whether the scalar’s letterform is considered uppercase.

## Declaration

```swift
var isUppercase: Bool { get }
```

## Discussion

Discussion This property corresponds to the “Uppercase” and the “Other_Uppercase” properties in the Unicode Standard.
