MCPcopy Create free account
hub / github.com/tidwall/match

github.com/tidwall/match @v1.2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.2.0 ↗ · + Follow
24 symbols 61 edges 2 files 7 documented · 29% 260 cross-repo links updated 10mo ago★ 139

Browse by type

Functions 23 Types & classes 1
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Match

GoDoc

Match is a very simple pattern matcher where '*' matches on any number characters and '?' matches on any one character.

Installing

go get -u github.com/tidwall/match

Example

match.Match("hello", "*llo") 
match.Match("jello", "?ello") 
match.Match("hello", "h*o") 

Contact

Josh Baker @tidwall

License

Match source code is available under the MIT License.

Core symbols most depended-on inside this repo

Shape

Function 23
TypeAlias 1

Languages

Go100%

Modules by API surface

match_test.go12 symbols
match.go12 symbols

For agents

$ claude mcp add match \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page