# Case-sensitive matching

By default matching is case-insensitive. Setting `caseSensitive: true` highlights only occurrences that match the query's exact casing - here just the uppercase `API`, leaving `api` and `Api` untouched.
