8000 chtml parsing warrning · ilovejs/python_reference@350171b · GitHub
[go: up one dir, main page]

Skip to content

Commit 350171b

Browse files
committed
chtml parsing warrning
1 parent 6d42aa1 commit 350171b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tutorials/useful_regex.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:2e496899fa42e9e6ec0548cb798a7ca3f66221e0e43f94315ad4cbfed2e8fd54"
4+
"signature": "sha256:295b519fef2aba4116d805cb3c00fc582bdc1a0b7da29b1ae36415f606592010"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -836,6 +836,14 @@
836836
"[[back to top](#Sections)]"
837837
]
838838
},
839+
{
840+
"cell_type": "markdown",
841+
"metadata": {},
842+
"source": [
843+
"Also this regex is only recommended for \"filtering\" purposes and not a ultimate way to parse HTML. For more information see this excellent discussion on StackOverflow: \n",
844+
"[http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/](http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/) "
845+
]
846+
},
839847
{
840848
"cell_type": "code",
841849
"collapsed": false,

0 commit comments

Comments
 (0)
0