From d064b5a16f66e005c5c6427a9040521b296f5206 Mon Sep 17 00:00:00 2001 From: Sonkeng Maldini Date: Fri, 12 May 2017 22:59:32 +0100 Subject: [PATCH] Regex links --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8e26d7f2..b43ea652 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,12 @@ When learning CS there are some useful sites you must know to get always informe * [CS1: Higher Computing - Richard Buckland UNSW ](https://www.youtube.com/playlist?list=PL6B940F08B9773B9F) a very good introductory CS course * [Kathryn Hodge ](https://www.youtube.com/channel/UC4DwZ2VXM2KWtzHjVk9M_xg/videos) Has good videos for beginners +# Learn how to use REGEX (Regular Expresssion) + * [https://swtch.com/%7Ersc/regexp/regexp4.html](Regular Expression Matching with a Trigram Index or How Google Code Search Worked) + * [http://www.rexegg.com/](Rex Eats Regular Expressions for Breakfast) + * [http://regexlib.com/(X(1)A(2CWF2KXUX7c9221yJq7Bv0iaffj5UBl227yDw6UG255ueG8Lup6BWQSn7TxJtU0w2Gj2tFhxuYS_OMmTxjw9lHGh78-5T94_oHYMy-XKbR3CwS2l_p5v-i6-6np-vdcK4AxqP-DAxQXWViuZZs2Pn-RyxOMx3wpNIegAnYJO8b0GBv_JmVn5fIFfRvwPMt7L0))/CheatSheet.aspx?AspxAutoDetectCookieSupport=1](Regular Expressions Cheat Sheet) + + # Online Compiler and Sharing Code snippets * [Ideone.com ](https://ideone.com/) * [Pastebin.com ](http://pastebin.com/)