Skip to content
/ rec Public

a collection of some useful regular expressions.

License

Notifications You must be signed in to change notification settings

iawia002/rec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rec

Build Status

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

🌙

About

a collection of some useful regular expressions.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages