From fa2b13b6eb47350d25ded6cf1177750ab15efd83 Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 29 Aug 2018 16:52:24 -0400 Subject: [PATCH] Add in regex guide --- reads/guides.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reads/guides.md b/reads/guides.md index e5275e9..01bc391 100644 --- a/reads/guides.md +++ b/reads/guides.md @@ -15,3 +15,7 @@ [Emulation Basics](http://www.codeslinger.co.uk/pages/basics.html) [Emulator 101](http://emulator101.com/) + +## Terminal + +[Learn Regex](https://github.com/zeeshanu/learn-regex)