Skip to main content

A simple wildcard string matcher

Project description

wildcard_matcher

A simple wildcard string matcher widget for python 3.x.

Installation

python -m pip install wildcard_matcher

Usage

>>> import wildcard_matcher
>>> wildcard_matcher.match("hello world", "hello*")
True
>>> wildcard_matcher.match("hello world", "he*lo*world")
True
>>> wildcard_matcher.match("hello world", "he*lo*rld")
True

Contributing

Please feel free to log an issue with examples of what you tried and didn't work. PRs are most welcome.

Changelog

  • 0.0.1 and 0.0.2 Initial release and getting packaging right.
  • 0.0.3 trying to add typing file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wildcard_matcher-0.0.3.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

wildcard_matcher-0.0.3-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page