---
title: MatcherOptions
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.2/packages/route-pattern/src/lib/match.ts#L8
---

# MatcherOptions

## Signature

```ts
type MatcherOptions = {
  ignoreCase?: boolean;
};

```