Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tartley/python-regex-cheatsheet
- Owner: tartley
- Created: 2011-10-14T10:05:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T13:46:27.000Z (4 months ago)
- Last Synced: 2024-08-02T20:48:04.546Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 14.6 KB
- Stars: 514
- Watchers: 30
- Forks: 155
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 '[]'.