Registry / utility / tidwall-match

tidwall-match

JSON →
library1.2.0gogounverified

A simple pattern matcher with unicode support for matching strings against glob-like patterns.

go get github.com/tidwall/match
INSTALL
IMPORT
SIG · TIDWALL-MATCH
T
tidwall-match
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

match
github.com/tidwall/match

Checks if a string matches a glob pattern.

package main import ( "fmt" "github.com/tidwall/match" ) func main() { matched := match.Match("hello.txt", "*.txt") fmt.Println("Matched:", matched) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources