{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Regex\n", "\n", "Credits: Material from [Regular Expressions Cheat Sheet](http://www.cheatography.com/davechild/cheat-sheets/regular-expressions/) by Dave Child\n", "\n", "Use with http://www.regexr.com to generate regular expressions." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "

\n", " \n", " \n", "
\n", "

" ] } ], "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.10" } }, "nbformat": 4, "nbformat_minor": 0 }