wildmatch-go
Simple string matching with questionmark- and star-wildcard operator (by becheran)
glob
Go glob (by gobwas)
wildmatch-go | glob | |
---|---|---|
1 | 2 | |
7 | 970 | |
- | 0.0% | |
4.1 | 0.0 | |
9 months ago | about 1 year ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wildmatch-go
Posts with mentions or reviews of wildmatch-go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-16.
glob
Posts with mentions or reviews of glob.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-27.
-
golang wildcard matcher
Interested to hear what you didn't like about https://github.com/gobwas/glob ?
-
Port pattern matching library wildmatch to golang
I wanted a very basic pattern matcher for strings with only ? and * special chars. For example as user input for command line arguments. Don't know if any body else wants something like this. Now that you mention globbing, it seems I just implemented an even simpler version of https://github.com/gobwas/glob.
What are some alternatives?
When comparing wildmatch-go and glob you can also consider the following projects:
wildcard - A simple golang customizable wildcard matcher.
go-pattern-match - Pattern Matching library for go
gowww/router - ⚡️ A lightning fast HTTP router
LeetCode-Go - ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
go - The Go programming language
wildmatch - Simple string matching with single- and multiple-wildcard operator
flagvar - A collection of CLI argument types for the Go `flag` package.