Registry / utility / yashtewari-glob-intersection

yashtewari-glob-intersection

JSON →
library0.2.0gogounverified

Checks whether the intersection of several globs matches a non-empty set of strings.

go get github.com/yashtewari/glob-intersection
INSTALL
IMPORT
SIG · YASHTEWARI-GLOB-IN
Y
yashtewari-glob-intersection
utilitygov0.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.

gintersect
github.com/yashtewari/glob-intersection

Check if two glob patterns intersect.

package main import ( "fmt" "github.com/yashtewari/glob-intersection" ) func main() { result, err := gintersect.Intersect([]string{"a*", "*b"}) fmt.Println(result, err) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
yashtewari-glob-intersection — go get yashtewari-glob-intersection · libregistry