Skip to content

upshiftbe/regular-regexes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular regexes

The goal of this repo is avoid having to look up commonly used regexes, but have them all bundled in a single place.

License: MIT

Usage

Install the package using pip install regular_regexes

Import it:

from rre import rre (goal is to stay as close as possible to the default regex package)