aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlois <[email protected]>2016-01-26 15:21:53 +0530
committerAlois <[email protected]>2016-01-26 15:21:53 +0530
commitef863dd01ac6d85a5b158e46681ecbec3593aac7 (patch)
tree689647d8570a09f1271b22beaad83bb70c751c30
parentf1fd384507d533acb8f00e220ffb69b424d67b70 (diff)
downloadawesome-regex-ef863dd01ac6d85a5b158e46681ecbec3593aac7.tar.xz
awesome-regex-ef863dd01ac6d85a5b158e46681ecbec3593aac7.zip
Move library and add restructure port
-rw-r--r--README.md12
1 files 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