From 3ba3e7b5039624cb73b6b6912d4a37ca28d6f360 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:42:42 +0100 Subject: [PATCH 1/2] Added a regular expression visualizer Added a regular expression visualizer to Prototyping and Testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f9b892..39fabf0 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Free Formatter](http://www.freeformatter.com/regex-tester.html) - Free online Regex tester. - [Regex Tester - Golang](https://regex-golang.appspot.com/assets/html/index.html) - A secure regular expression tester. built using Go - [PHP Live Regex](https://www.phpliveregex.com) - PHP specific regular expression tester with live evaluation and code generation for all PHP's regex functions. +- [Softwium](http://www.regextester.com](https://softwium.com/regex-explainer/) - Online regular expression visualizer. ## Generators From 593611ab6dc24d7f4b79ad1f0b88391ee42afc92 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:43:43 +0100 Subject: [PATCH 2/2] Added a regular expression visualizer Added a regular expression visualizer to Prototyping and Testing: Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39fabf0..591f14b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Free Formatter](http://www.freeformatter.com/regex-tester.html) - Free online Regex tester. - [Regex Tester - Golang](https://regex-golang.appspot.com/assets/html/index.html) - A secure regular expression tester. built using Go - [PHP Live Regex](https://www.phpliveregex.com) - PHP specific regular expression tester with live evaluation and code generation for all PHP's regex functions. -- [Softwium](http://www.regextester.com](https://softwium.com/regex-explainer/) - Online regular expression visualizer. +- [Softwium](https://softwium.com/regex-explainer/) - Online regular expression visualizer. ## Generators