---
title: NSFindPanelSubstringMatchType.contains
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsfindpanelsubstringmatchtype/contains
---

# NSFindPanelSubstringMatchType.contains

## Declaration

```swift
case contains
```

## Discussion

Discussion Finds a word containing the search string.

## See Also

### Constants

- [NSFindPanelSubstringMatchType.startsWith](appkit/nsfindpanelsubstringmatchtype/startswith.md)
- [NSFindPanelSubstringMatchType.fullWord](appkit/nsfindpanelsubstringmatchtype/fullword.md)
- [NSFindPanelSubstringMatchType.endsWith](appkit/nsfindpanelsubstringmatchtype/endswith.md)
