SkillAgentSearch skills...

Match

Simple string pattern matcher for Go

Install / Use

/learn @tidwall/Match
About this skill

Quality Score

0/100

Supported Platforms

Universal

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.

Related Skills

View on GitHub
GitHub Stars138
CategoryDevelopment
Updated5d ago
Forks19

Languages

Go

Security Score

95/100

Audited on Apr 2, 2026

No findings