From e2069e842d81bb2ee7e805e8387016018c453ed2 Mon Sep 17 00:00:00 2001 From: Mohammad Hossein Rabiee Date: Tue, 12 Oct 2021 17:29:48 +0330 Subject: [PATCH] Add RegExp Playground (#5885) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update free-programming-interactive-tutorials-en.md * Update free-programming-interactive-tutorials-en.md * Fix linting errors * Fix linting errors * Update more/free-programming-interactive-tutorials-en.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update free-programming-interactive-tutorials-en.md Add another resource and rename the section * Update free-programming-interactive-tutorials-en.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- more/free-programming-interactive-tutorials-en.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index cc8c2746..54893c5a 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -37,6 +37,7 @@ * [PostgreSQL](#postgresql) * [Python](#python) * [R](#r) +* [Regular Expressions](#regular-expressions) * [Ruby](#ruby) * [Rust](#rust) * [Scala](#scala) @@ -315,6 +316,12 @@ * [R Tutorial](https://www.w3schools.com/r) - W3Schools +### Regular Expressions + +* [Regex Crossword](https://regexcrossword.com) - Ole Michelsen, Maria Hagsten Michelsen +* [RegExp Playground](https://projects.verou.me/regexplained) - Lea Verou + + ### Ruby * [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)