rec 0.1.1

Creator: bradpython12

Last updated:

0 purchases

rec 0.1.1 Image
rec 0.1.1 Images

Languages

Categories

Add to Cart

Description:

rec 0.1.1

a collection of some useful regular expressions.

Hello, world
Installation
pip install rec
Example
In [1]: import rec

In [2]: rec.domain('http://bangumi.bilibili.com/anime/1089')
Out[2]: [u'bilibili.com']

In [3]: rec.domain('http://bangumi.bilibili.com/anime/1089', root=False)
Out[3]: ['bilibili']


Documentation
See doc.md
🌙

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.