[go: up one dir, main page]

wildmatch 1.0.0

Simple string matching with questionmark and star wildcard operator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
[dev-dependencies.ntest]
version = "0.4.1"

[package]
authors = ["Armin Becher <armin.becher@gmail.com>"]
description = "Simple string matching  with questionmark and star wildcard operator."
edition = "2018"
keywords = ["globbing", "matching", "questionmark", "star", "string-matching"]
license = "MIT"
name = "wildmatch"
readme = "README.md"
repository = "https://github.com/becheran/wildmatch"
version = "1.0.0"