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

# changesWhenTitlecased

A Boolean value indicating whether the scalar’s normalized form differs from the titlecaseMapping of each constituent scalar.

## Declaration

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

## Discussion

Discussion This property corresponds to the “Changes_When_Titlecased” property in the Unicode Standard.
