mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Follow-up to previous commit, left out regex notebook.
This commit is contained in:
parent
44fefa8cfe
commit
81a724b22a
47
misc/regex.ipynb
Normal file
47
misc/regex.ipynb
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"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": [
|
||||
"<p align=\"center\">\n",
|
||||
" <img src=\"https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/regex-1.png\">\n",
|
||||
" <img src=\"https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/regex-2.png\">\n",
|
||||
" <br/>\n",
|
||||
"</p>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"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
|
||||
}
|
Loading…
Reference in New Issue
Block a user