From 7a4f744ce10fc9c903789cc7a84117fc29b252f3 Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Sat, 16 Nov 2024 18:29:41 +0100 Subject: [PATCH] =?UTF-8?q?Add=20resource=20to=20=20=E8=BF=9B=E4=B8=80?= =?UTF-8?q?=E6=AD=A5=E5=AD=A6=E4=B9=A0=E8=B5=84=E6=BA=90=20/=20028=5FPytho?= =?UTF-8?q?nre.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../08. \346\240\207\345\207\206\345\272\223/028_Pythonre.md" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/tutorials/Python/08. \346\240\207\345\207\206\345\272\223/028_Pythonre.md" "b/tutorials/Python/08. \346\240\207\345\207\206\345\272\223/028_Pythonre.md" index 25acc27..d0b2a99 100644 --- "a/tutorials/Python/08. \346\240\207\345\207\206\345\272\223/028_Pythonre.md" +++ "b/tutorials/Python/08. \346\240\207\345\207\206\345\272\223/028_Pythonre.md" @@ -139,5 +139,6 @@ if match: - [Python 官方文档 - re 模块](https://docs.python.org/3/library/re.html) - [正则表达式教程 - 菜鸟教程](https://www.runoob.com/regexp/regexp-tutorial.html) - [正则表达式测试工具](https://regex101.com/) +- [可视化正则表达式测试器](https://pythonium.net/regex) -通过这些资源,你可以进一步巩固和扩展你的正则表达式知识。 \ No newline at end of file +通过这些资源,你可以进一步巩固和扩展你的正则表达式知识。