---
title: caseSensitive
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkfindconfiguration/casesensitive
---

# caseSensitive

A Boolean value that indicates whether to consider case when matching the search string.

## Declaration

```swift
var caseSensitive: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the web view takes case into account when matching the search string. The default value of this property is false.

## See Also

### Configuring the Search Parameters

- [backwards](webkit/wkfindconfiguration/backwards.md)
- [wraps](webkit/wkfindconfiguration/wraps.md)
