From ef863dd01ac6d85a5b158e46681ecbec3593aac7 Mon Sep 17 00:00:00 2001 From: Alois Date: Tue, 26 Jan 2016 15:21:53 +0530 Subject: Move library and add restructure port --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9cef96f..0336d4d 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,15 @@ Sharing, suggestions and contributions are always welcome! Please take a look at ## Table Of Contents -- [Library](#library) - [Documentation](#documentation) - [Prototyping and Test](#prototyping-and-test) - [Generator](#generator) - [Learning](#learning) +- [Library](#library) - [Explaination](#explaination) - [Exercice](#exercice) - [Tips & Tricks](#tips--tricks) -## Library - -- [Go-Restructure](https://github.com/alexflint/go-restructure) - Match regular expressions into struct fields in Go (by @alexflint) -- [VerbalExpressions](https://github.com/VerbalExpressions) - VerbalExpressions is a cross-language library that helps to construct difficult regular expressions. - ## Documentation - [Regular Expression Language - Quick Reference](https://msdn.microsoft.com/en-us/library/az24scfc(v=vs.110).aspx) - MSDN documentation about Regex @@ -78,6 +73,11 @@ Sharing, suggestions and contributions are always welcome! Please take a look at [d8]: https://www.udemy.com/learning-regular-expressions/ [d9]: http://www.codecademy.com/courses/javascript-intermediate-en-NJ7Lr/0/1 +## Library + +- [Go-Restructure](https://github.com/alexflint/go-restructure) - Match regular expressions into struct fields in Go (by @alexflint) [js](https://github.com/benjamingr/js-restructure) [C#](https://gist.github.com/benjamingr/4de21494b3e76088e5f7) +- [VerbalExpressions](https://github.com/VerbalExpressions) - VerbalExpressions is a cross-language library that helps to construct difficult regular expressions. + ## Explaination - [Explain.pl](http://rick.measham.id.au/paste/explain.pl) - Explain Regular Expressions -- cgit v1.2.3