Skip to content

remix/route-pattern/match · Interface

View Source

MatcherOptions

Summary

Options that control route pattern matching.

Signature

interface MatcherOptions {
  ignoreCase?: boolean
  limits?: Partial<MatcherLimits>
}

Properties

ignoreCase

When true, pathname matching is case-insensitive for all patterns. Hostname is always case-insensitive; search remains case-sensitive. Defaults to false.

limits

Overrides for pattern-compilation and URL-matching resource limits.