---
title: NSFindPanelSubstringMatchType
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsfindpanelsubstringmatchtype
---

# NSFindPanelSubstringMatchType

The type of substring matching used by the Find panel.

## Declaration

```swift
enum NSFindPanelSubstringMatchType
```

## Topics

### Constants

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

### Initializers

- [init(rawValue:)](appkit/nsfindpanelsubstringmatchtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [NSSelectionGranularity](appkit/nsselectiongranularity.md)
- [NSSelectionAffinity](appkit/nsselectionaffinity.md)
- [NSFindPanelAction](appkit/nsfindpanelaction.md)
- [Input Sources Locale Identifiers](appkit/input-sources-locale-identifiers.md)
- [Find Panel Search Metadata](appkit/find-panel-search-metadata.md)
