Registry / utility / becheran-wildmatch-go

becheran-wildmatch-go

JSON →
library1.0.0gogounverified

Matches strings against simple wildcard patterns using ? and *.

go get github.com/becheran/wildmatch-go
INSTALL
IMPORT
SIG · BECHERAN-WILDMATCH
B
becheran-wildmatch-go
utilitygov1.0.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.

wildmatch
github.com/becheran/wildmatch-go

Match a string against a wildcard pattern

package main import ( "fmt" "github.com/becheran/wildmatch-go" ) func main() { m := wildmatch.NewWildMatch("*cat*") fmt.Println(m.IsMatch("dog_cat_dog")) // true }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
becheran-wildmatch-go — go get becheran-wildmatch-go · libregistry