tartley/python-regex-cheatsheet
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 '[]'.