From 03a3610d016bde6a89f107fdc92bf67a437ae966 Mon Sep 17 00:00:00 2001 From: Ryan Caldwell Date: Tue, 14 Apr 2026 21:18:32 +0300 Subject: [PATCH] Add Anytools Regex Tester to Regex section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8f5a10..362555d 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Regex +- [Anytools Regex Tester](https://anytools.io/dev/regex-tester) - Live JavaScript regex matching with capture group highlighting. 100% client-side, no data sent to servers. - [ByteTools Regex Test](https://bytetools.io/regex-tester/) - Free regex test tool with real-time matching, examples, and mobile optimization. - [Debuggex](https://www.debuggex.com/) - PCRE/Python/JavaScript regex matching. - [ExtendsClass](https://extendsclass.com/regex-tester.html) - PHP/Python/Ruby/JavaScript regex matching.