From c5efa8ef73a3468a814f6fab8d60aee4732db8ea Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Sat, 5 Oct 2024 23:17:35 +0200 Subject: [PATCH] Add resource to Resources and Next Steps / regex-fun-times.md --- lessons/module-3/regex-fun-times.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lessons/module-3/regex-fun-times.md b/lessons/module-3/regex-fun-times.md index 2a18c16c..ef159dc4 100644 --- a/lessons/module-3/regex-fun-times.md +++ b/lessons/module-3/regex-fun-times.md @@ -230,6 +230,7 @@ Don't expect to get every test passing during the worktime, and feel free to add - [MDN Has an Excellent Guide for JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) - [No but seriously, read this XKCD comic explanation, it's real good](https://www.explainxkcd.com/wiki/index.php/1313:_Regex_Golf) - [Regex101](https://regex101.com/) +- [Cyrilex](https://extendsclass.com/regex-tester.html) - [Intro to Regular Expressions by Michael Fitzgeral]( http://www.amazon.com/Introducing-Regular-Expressions-ebook/dp/B008K9OGDA/ref=sr_1_2?ie=UTF8&qid=1374171971&sr=8-2&keywords=Regular+Expressions) - ["Finite State Machines and Regular Expressions" by Eli Bendersky](http://www.gamedev.net/page/resources/_/technical/general-programming/finite-state-machines-and-regular-expressions-r3176)