Regex links

This commit is contained in:
Sonkeng Maldini
2017-05-12 22:59:32 +01:00
committed by GitHub
parent d53fa38f86
commit d064b5a16f

View File

@@ -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/)