Skip to content

Python 2.7 Regular Expression cheatsheet, as a restructured text document and Makefile to convert it to PDF

Notifications You must be signed in to change notification settings

tartley/python-regex-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Regular Expression Cheatsheet
====================================

To generate the PDF:

* Install Python 2.7

* Install pip

* Install this project's dependencies using::

    $ pip install -r requirements.txt

* Generate the PDF using::

    $ make


Thanks
------

Github user 'elzapp' added an excellent description of '^' within '[]'.

About

Python 2.7 Regular Expression cheatsheet, as a restructured text document and Makefile to convert it to PDF

Resources

Stars

Watchers

Forks

Packages

No packages published