Skip to content

Commit 2689e95

Browse files
committed
html tag regex
1 parent 76da7ee commit 2689e95

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tutorials/useful_regex.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:8f1ee7a7bfaeca0ee3e12b2387445faa10632d57277d59af6dbfdca9732e5910"
4+
"signature": "sha256:95c2fd6c2ae1aca2d5dd07df567ff9d9ca66d642afe68338cc4e18e61798958f"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -103,7 +103,8 @@
103103
"- [Check for a valid URL](#Check-for-a-valid-URL)\n",
104104
"- [Checking for integers](#Checking-for-integers)\n",
105105
"- [Validating dates](#Validating-dates)\n",
106-
"- [Time](#Time)"
106+
"- [Time](#Time)\n",
107+
"- [Checking for HTML tags](#Checking-for-HTML-tags)"
107108
]
108109
},
109110
{

0 commit comments

Comments
 (0)