mirror of https://github.com/stashapp/stash.git
![]() Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.8.1 to 1.9.3. - [Release notes](https://github.com/tidwall/gjson/releases) - [Commits](https://github.com/tidwall/gjson/compare/v1.8.1...v1.9.3) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
match.go |
README.md
Match
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
Redcon source code is available under the MIT License.