diff options
| author | Alois <[email protected]> | 2016-01-26 03:54:43 +0530 |
|---|---|---|
| committer | Alois <[email protected]> | 2016-01-26 03:54:43 +0530 |
| commit | f1fd384507d533acb8f00e220ffb69b424d67b70 (patch) | |
| tree | 6b2bd77af42682f3036b307a88fcdc8039ae2217 | |
| parent | d569e2a6066977f5264d3959047e10e458b5aa14 (diff) | |
| parent | e13a0ceef54d3541a970abddf2c3f3387c7f6cf2 (diff) | |
| download | awesome-regex-f1fd384507d533acb8f00e220ffb69b424d67b70.tar.xz awesome-regex-f1fd384507d533acb8f00e220ffb69b424d67b70.zip | |
Merge pull request #20 from aloisdg/library
Add library. Fix #18
| -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. |
