patternmatcher

package
v2.24.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2025 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RoutePatterns

type RoutePatterns []string

RoutePatterns provides a method to generate a regex which will match a URL path against a collection of patterns. If any of the patterns match the path, the regex will return a successful match.

Multiple patterns can be provided and they are matched in order. Example: - /api/* matches /api/1 but not /api or /api/1/2 - /api/*/2 matches /api/1/2 but not /api/2 /api/1 - /api/** matches /api/1, /api/1/2, /api/1/2/3 but not /api - /api/**/3 matches /api/1/2, /api/1/2/3 but not /api, /api/1 or /api/1/2

All patterns support an optional trailing slash.

func (RoutePatterns) Compile

func (rp RoutePatterns) Compile() (*regexp.Regexp, error)

func (RoutePatterns) MustCompile

func (rp RoutePatterns) MustCompile() *regexp.Regexp

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy