the ant path matcher python version
🏠 Homepage
✨ Demo
pip3 install antpm
from antpm import AntPathMatcher
ant_matcher = AntPathMatcher()
res:bool = ant_matcher.match("t?st", "test")
python -m unittest -v .\tests\test_antpm.py
👤 cxiaoer
- Website: https://github.com/cxiaoer
- Github: @cxiaoer
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator