---
title: matchFound
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkfindresult/matchfound
---

# matchFound

A Boolean value that indicates whether the web view found a match during the search.

## Declaration

```swift
var matchFound: Bool { get }
```

## Discussion

Discussion The value of this property is true if the web view found a match, or false if it didn’t.
