probableWebURL
A pattern that indicates the pasteboard contains a string that consists of a URL.
Declaration
static let probableWebURL: UIPasteboard.DetectionPatternDiscussion
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 that consists of a URL, it reports the value as an NSString.