Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tartley/python-regex-cheatsheet

Python 2.7 Regular Expression cheatsheet, as a restructured text document and Makefile to convert it to PDF
https://github.com/tartley/python-regex-cheatsheet

Last synced: 29 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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 '[]'.