---
title: probableWebSearch
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uipasteboard/detectionpattern/probablewebsearch
---

# probableWebSearch

A pattern that indicates the pasteboard contains a string suitable for use as a web search term.

## Declaration

```swift
static let probableWebSearch: UIPasteboard.DetectionPattern
```

## Discussion

Discussion When you include this pattern in calls to detectValues(for:inItemSet:completionHandler:) or detectValues(for:completionHandler:) — detectValuesForPatterns:inItemSet:completionHandler: or detectValuesForPatterns:completionHandler: in Objective-C — and the pasteboard detects a string suitable for use as a web search term, it reports the value as an NSString.

## See Also

### Detecting common patterns

- [number](uikit/uipasteboard/detectionpattern/number.md)
- [probableWebURL](uikit/uipasteboard/detectionpattern/probableweburl.md)
