This repository has been archived by the owner on Dec 24, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 52
Home
Líkið Geimfari edited this page Aug 24, 2017
·
5 revisions
expynent is a tiny library that provides regular expression patterns. This can be useful if you don't want to write regular expression manually. Also you can use this library as fixture for testing framework like a py.test.
➜ ~ git clone https://github.com/lk-geimfari/expynent.git
➜ ~ cd expynent/
➜ ~ python setup.py install
or
➜ ~ pip install expynent
The first thing you need to know is the list of supported patterns that is here.
After you have seen the list of supported patterns, you need to know that, expynent
provides two types of regular expression:
- Compiled
- Patterns
Just look at 'How to use compiled patterns' and 'How to use patterns'.
This is an experimental project and it's mean that we do not guarantee stability.