diff options
| author | Alois <[email protected]> | 2016-04-18 19:10:17 +0530 |
|---|---|---|
| committer | Alois <[email protected]> | 2016-04-18 19:10:17 +0530 |
| commit | 522db8edc39782374a0bf185576781acf5b698e6 (patch) | |
| tree | 645989fbba64ba7c1084169da6372a15587b5518 | |
| parent | 78dc53a4aaea1917db4092f4b05c0c99a1c84f56 (diff) | |
| parent | c8457e31330a4b97abf3ef69fcc6ba790b790d6b (diff) | |
| download | awesome-regex-522db8edc39782374a0bf185576781acf5b698e6.tar.xz awesome-regex-522db8edc39782374a0bf185576781acf5b698e6.zip | |
Merge pull request #24 from quobit/books
Added Books section
| -rw-r--r-- | README.md | 31 |
1 files changed, 23 insertions, 8 deletions
@@ -21,9 +21,11 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Generator](#generator) - [Learning](#learning) - [Library](#library) -- [Explaination](#explaination) -- [Exercice](#exercice) -- [Tips & Tricks](#tips--tricks) +- [Collections](#collections) +- [Explanation](#explanation) +- [Exercise](#exercise) +- [Articles](#articles) +- [Books](#books) ## Documentation @@ -80,12 +82,16 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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. + +## Collections -## Explaination +- [RegExLib](http://regexlib.com/) - Regular Expression Library (5000+ indexed expressions) + +## Explanation - [Explain.pl](http://rick.measham.id.au/paste/explain.pl) - Explain Regular Expressions -## Exercice +## Exercise - [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 @@ -93,12 +99,21 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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. -## Tips & Tricks +## Articles - [5 Techniques to Improve Regex Performance](https://www.loggly.com/blog/five-invaluable-techniques-to-improve-regex-performance/) - Craft your own powerful, yet efficient regex - [The Bad, the Better, and the Best](https://www.loggly.com/blog/regexes-the-bad-better-best/) - How a few characters can make a difference in performance -- [The Greatest Regex Trick Ever](http://www.rexegg.com/regex-best-trick.html) - So you're doubtful at the mention of a "best regex trick"? -- [RegExLib](http://regexlib.com/) - Regular Expression Library (5000+ indexed expressions) +- [The Greatest Regex Trick Ever](http://www.rexegg.com/regex-best-trick.html) - So you're doubtful at the mention of a "best regex trick"? + +## Books + +- [Beginning Regular Expressions](http://shop.oreilly.com/product/9780764574894.do) - Andrew Watt (2005) +- [Mastering Regular Expressions](http://shop.oreilly.com/product/9780596528126.do) - Jeffrey E.F. Friedl (2006) +- [Regular Expression Pocket Reference](http://shop.oreilly.com/product/9780596514273.do) - Tony Stubblebine (2007) +- [Introducing Regular Expressions](http://shop.oreilly.com/product/0636920012337.do) - Michael Fitzgerald (2012) +- [Regular Expressions Cookbook](http://shop.oreilly.com/product/0636920023630.do) - Jan Goyvaerts & Steven Levithan (2012) +- [Mastering Python Regular Expressions](http://shop.oreilly.com/product/9781783283156.do) - Felix Lopez & Victor Romero (2014) +- [JavaScript Regular Expressions](http://shop.oreilly.com/product/9781783282258.do) - Loiane Groner & Gabriel Manricks (2015) # Other awesome lists |
