<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.11.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Contacts",
  "identifier" : "/documentation/Contacts/CNContact/predicateForContacts(matchingName:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Contacts"
    ],
    "preciseIdentifier" : "c:objc(cs)CNContact(cm)predicateForContactsMatchingName:"
  },
  "title" : "predicateForContacts(matchingName:)"
}
-->

# predicateForContacts(matchingName:)

Returns a predicate to find the contacts matching the specified name.

```
class func predicateForContacts(matchingName name: String) -> NSPredicate
```

## Parameters

`name`

The contact name to be matched.

## Return Value

A predicate that you can use to fetch contacts from [`CNContactStore`](/documentation/Contacts/CNContactStore).

## Discussion

The name can contain any number of words.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)