regexhunter

A small package allowing you to search for regex pre-formatted for you.


License
MIT
Install
pip install regexhunter==1.2

Documentation

Regex Hunter

This library is based on the re library.
You can find those methods:

sniff_emails(data)
sniff_phones(data, phone_format) with phone_format['fr', 'us', 'int', 'all']
sniff_cp_zip(data)

All of theses functions return an array of matching elements.