From 92082dda3d778505a3fe78772e2a9e5e5b892ee2 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:49:36 +0100 Subject: [PATCH] Added softwium, a regex visualizer (#509) * Added softwium, a regex visualizer * Update helpers/softwium.json --------- Co-authored-by: Stefan Judis --- helpers/softwium.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 helpers/softwium.json diff --git a/helpers/softwium.json b/helpers/softwium.json new file mode 100644 index 00000000..cb97d94b --- /dev/null +++ b/helpers/softwium.json @@ -0,0 +1,12 @@ +{ + "name": "Softwium", + "desc": "Visualize regular expressions.", + "url": "https://softwium.com/regex-explainer/", + "tags": [ + "Regular Expressions" + ], + "maintainers": [ + "cyrilbois" + ], + "addedAt": "2023-12-07" +}