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

# NSFindPanelSubstringMatchType.fullWord

## Declaration

```swift
case fullWord
```

## Discussion

Discussion Finds a word exactly matching the search string.

## See Also

### Constants

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