From a63c9f79dace93df592f2407453c0b3d26c2d2b5 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Fri, 12 Feb 2021 21:30:08 +0100 Subject: [PATCH] =?UTF-8?q?Added=20regex=20tester=20to=20=E6=AD=A3?= =?UTF-8?q?=E5=88=99=E8=A1=A8=E8=BE=BE=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...0\276\276\345\274\217\345\222\214\347\274\226\347\240\201.md" | 1 + 1 file changed, 1 insertion(+) diff --git "a/Other/\350\241\250\350\276\276\345\274\217\345\222\214\347\274\226\347\240\201.md" "b/Other/\350\241\250\350\276\276\345\274\217\345\222\214\347\274\226\347\240\201.md" index ab3f4e910..04af1618d 100644 --- "a/Other/\350\241\250\350\276\276\345\274\217\345\222\214\347\274\226\347\240\201.md" +++ "b/Other/\350\241\250\350\276\276\345\274\217\345\222\214\347\274\226\347\240\201.md" @@ -160,6 +160,7 @@ * [https://louiszhai.github.io/2016/06/13/regexp](https://louiszhai.github.io/2016/06/13/regexp) * [正则表达式速查手册](https://brightonzhang.com/posts/regular-expression-cheat-sheet) * [正则全攻略使用手册](https://segmentfault.com/a/1190000018042746) +* [正则表达式测试器](https://extendsclass.com/regex-tester.html) - [用正则表达式分析 URL](https://harttle.land/2016/02/23/javascript-regular-expressions.html)