<!--
{
  "documentType" : "article",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/text-finder-options-for-the-pasteboard",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Text Finder Options For The Pasteboard"
}
-->

# Text Finder Options For The Pasteboard

The following keys are used for communicating `NSTextFinder` search options via pasteboard. Use the [`textFinderOptions`](/documentation/AppKit/NSPasteboard/PasteboardType/textFinderOptions) type

## Topics

### Constants

[`static let textFinderCaseInsensitiveKey: NSPasteboard.PasteboardType.TextFinderOptionKey`](/documentation/AppKit/NSPasteboard/PasteboardType/TextFinderOptionKey/textFinderCaseInsensitiveKey)

A Boolean value indicating whether the search is case insensitive.

[`static let textFinderMatchingTypeKey: NSPasteboard.PasteboardType.TextFinderOptionKey`](/documentation/AppKit/NSPasteboard/PasteboardType/TextFinderOptionKey/textFinderMatchingTypeKey)

A number object containing the match type to use.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)