---
title: NSTextFinder.MatchingType.fullWord
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstextfinder/matchingtype/fullword
---

# NSTextFinder.MatchingType.fullWord

The match exactly matches the string.

## Declaration

```swift
case fullWord
```

## See Also

### Constants

- [NSTextFinder.MatchingType.contains](appkit/nstextfinder/matchingtype/contains.md)
- [NSTextFinder.MatchingType.startsWith](appkit/nstextfinder/matchingtype/startswith.md)
- [NSTextFinder.MatchingType.endsWith](appkit/nstextfinder/matchingtype/endswith.md)
