---
title: kSecMatchDiacriticInsensitive
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecmatchdiacriticinsensitive
---

# kSecMatchDiacriticInsensitive

A key whose value is a Boolean indicating whether diacritic-insensitive matching is performed.

## Declaration

```swift
let kSecMatchDiacriticInsensitive: CFString
```

## Discussion

Discussion The corresponding value is of type CFBoolean. If this value is kCFBooleanFalse, or if this attribute is not provided, then diacritic-sensitive string matching is performed.
