From 6ca1b282b86179c3e717a47a68316aa7e2ad8904 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Wed, 25 May 2022 16:33:51 +0100 Subject: [PATCH] regex guide in education --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee347b..7d39c99 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Freeside welcome contributions to these lists from staff and students at the Uni 30. [Learn Git Branching](https://learngitbranching.js.org/) - A visual Git tutorial. 31. [ffmpeg Guide](https://gist.github.com/protrolium/e0dbd4bb0f1a396fcb55) - Some useful tricks for `ffmpeg`. 32. [SAG](https://tldp.org/LDP/sag/sag.pdf) - The Linux System Administrator's Guide. - +33. [Regexone](https://regexone.com/) - A Regex guide. ## Linux Distributions 1. [Ubuntu](https://ubuntu.com/) - Great starting distributions for beginners as lots of support is available.