Contents

caseSensitive

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

Declaration

var caseSensitive: Bool { get set }

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