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

# NSFindPanelSubstringMatchType.endsWith

## Declaration

```swift
case endsWith
```

## Discussion

Discussion Finds a word ending with the search string.

## See Also

### Constants

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