diff options
| author | Alois <[email protected]> | 2016-01-26 15:21:53 +0530 |
|---|---|---|
| committer | Alois <[email protected]> | 2016-01-26 15:21:53 +0530 |
| commit | ef863dd01ac6d85a5b158e46681ecbec3593aac7 (patch) | |
| tree | 689647d8570a09f1271b22beaad83bb70c751c30 | |
| parent | f1fd384507d533acb8f00e220ffb69b424d67b70 (diff) | |
| download | awesome-regex-ef863dd01ac6d85a5b158e46681ecbec3593aac7.tar.xz awesome-regex-ef863dd01ac6d85a5b158e46681ecbec3593aac7.zip | |
Move library and add restructure port
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
