tidwall/match

GitHub: tidwall/match

一个极简的 Go 字符串模式匹配库,通过通配符「*」和「?」实现快速的模式匹配。

Stars: 139 | Forks: 21

# 匹配 [![GoDoc](https://godoc.org/github.com/tidwall/match?status.svg)](https://godoc.org/github.com/tidwall/match) Match 是一个非常简单的模式匹配器,其中 '*' 匹配任意 数量的字符,'?' 匹配任意单个字符。 ## 安装说明 ``` go get -u github.com/tidwall/match ``` ## 示例 ``` match.Match("hello", "*llo") match.Match("jello", "?ello") match.Match("hello", "h*o") ``` ## 联系方式 Josh Baker [@tidwall](http://twitter.com/tidwall) ## 许可协议 Match 源代码基于 MIT [许可协议](/LICENSE) 提供开源。
标签:EVTX分析, Go, Ruby工具, 字符串处理, 开发工具库, 日志审计, 模式匹配, 自动化资产收集