diff options
| author | José Carlos García <[email protected]> | 2016-04-16 19:09:21 +0200 |
|---|---|---|
| committer | José Carlos García <[email protected]> | 2016-04-16 19:09:21 +0200 |
| commit | 9eb671ce588997a1451ee3d7061145d4db13a332 (patch) | |
| tree | 601da9641115a0d92ad6443b0a53e6781eac76d7 | |
| parent | 6485c6fd27dd89b65db8cb8a39cff309f4d8da60 (diff) | |
| download | awesome-regex-9eb671ce588997a1451ee3d7061145d4db13a332.tar.xz awesome-regex-9eb671ce588997a1451ee3d7061145d4db13a332.zip | |
Added Books section
With seven books
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -24,6 +24,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Explaination](#explaination) - [Exercice](#exercice) - [Tips & Tricks](#tips--tricks) +- [Books](#books) ## Documentation @@ -101,6 +102,16 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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) +##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 Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list, the [awesome](https://github.com/sindresorhus/awesome) list or if you want [more lists](https://github.com/jnv/lists). |
