diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -16,6 +16,7 @@ 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) @@ -24,6 +25,11 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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 @@ -80,7 +86,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Redoku](http://padolsey.github.io/redoku/) - Little Regex Sudoku/Crossword thing (by @padolsey) - [Regex Tuesday - Challenges](https://github.com/callumacrae/regex-tuesday) - Challenge list about Regex -- [Regex CrossÂword](http://regexcrossword.com) - A crossword puzzle game using regular expressions +- [Regex Crossword](http://regexcrossword.com) - A crossword puzzle game using regular expressions - [RegexOne](http://regexone.com) - Learn regular expressions with simple, interactive examples - [Regular Expression Crossword Puzzle](http://gregable.com/2015/12/regular-expression-crossword-puzzle.html) - A crossword puzzle with a neat web interface. |
