From bdabb7ffac590c40f9218d7dc071f483c19e8538 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:51:03 +0100 Subject: [PATCH] Add resource to Regular Expressions in regular.md --- Programming/JavaScript/regular/regular.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Programming/JavaScript/regular/regular.md b/Programming/JavaScript/regular/regular.md index b27bb4a44a..482d08272c 100644 --- a/Programming/JavaScript/regular/regular.md +++ b/Programming/JavaScript/regular/regular.md @@ -18,6 +18,7 @@ Before learning, here is a list of tools for working with Regular Expressions: - [**RegexPal** (Online)](http://regexpal.com) - [**RegexMagic**](http://www.regexmagic.com/RegexMagicCookbook.exe) - [**regex.larsolavtorvik.com** (Online)](http://regex.larsolavtorvik.com/) +- [**Cyrilex** (Online)](https://extendsclass.com/regex-tester.html) - ... Now, we start to talk about Regular Expressions in JavaScript with a category: