[go: up one dir, main page]

wildmatch 1.0.8

Simple string matching with questionmark and star wildcard operator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wildmatch"
version = "1.0.8"
authors = ["Armin Becher <armin.becher@gmail.com>"]
edition = "2018"
description = "Simple string matching  with questionmark and star wildcard operator."
keywords = [ "globbing", "matching", "questionmark", "star", "string-matching"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/becheran/wildmatch"

[dependencies]

[dev-dependencies]
ntest = "0.5.1"