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

# isCaseIgnorable

A Boolean value indicating whether the scalar is ignored for casing purposes.

## Declaration

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

## Discussion

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