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

# NSFindPanelSubstringMatchType.startsWith

## Declaration

```swift
case startsWith
```

## Discussion

Discussion Finds a word starting with the search string.

## See Also

### Constants

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