| |
|
sed & awk (2nd Edition) 40 reviews Dale Dougherty, Arnold Robbins
O'Reilly Media, Inc., 1997
Are you serious?
+ a great little book + Can Replace All of Your SED & AWK Bookmarks (2ndEd) + Old, but Ok for the porpurse + Come for the sed, stay for the awk!
|
|
|
|
|
|
| |
|
Sams Teach Yourself Regular Expressions in 10 Minutes (Sams Teach Yourself) 23 reviews Ben Forta
Sams, 2004
Easy for Beginners
+ Excellent introduction to Regular Expressions + Excellent regex primer!
If you need to understand regular expressions that is explained in laymans terms, you will like this book. This book is perfect for beginners and gives you a good start in understanding how regex works. I would recommend this book to anyone looking for an easy way to learn regular expressions.
|
|
|
|
|
|
| |
|
Java Regular Expressions: Taming the java.util.regex Engine 14 reviews Mehran Habibi
Apress, 2003
A lucid explanation of regular expressions
+ Taming developers for the REGEX adventure
This book provides by far the clearest exposition of regular expressions that I have ever seen. The writing flows nicely and the explanations are lucid, yet one doesn't get the feeling that the material has been dumbed-down. It assumes no knowledge of regular expressions and starts with the basics, ...
|
|
|
|
|
|
| |
|
Oracle Regular Expressions Pocket Reference 3 reviews Jonathan Gennick, Peter Linsley
O'Reilly Media, Inc., 2003
All you need to use Oracle regular expressions
+ A quick ease reference... and translator!!! + Cool small booklet on new ORACLE 10g feature
This pocket-sized 60-page booklet covers only one topic: the regular expression support in Oracle Database 10g. And it covers it well. Though the book's cover says "pocket reference", the book actually contains both a short tutorial and a reference.
The tutorial does a good job of explaining ...
|
|
|
|
|
|
| |
|
Mastering Regular Expressions 124 reviews Jeffrey Friedl
O'Reilly Media, Inc., 2006
Great book, but little Ruby
+ Best material I have seen on regular expressions + Very in-depth
This book is great if you want to learn about what you can do with regex, how they work, how you can improve them (efficiency & accuracy) and what kind of pitfalls there are.
My only gripe is about the Ruby reference on the cover. In the top right corner it says: "For Perl, PHP, Java, .NET, Ruby ...
|
|
|
|
|
|
| |
|
Regular Expressions with .NET 15 reviews Dan Appleman, Daniel Appleman
Daniel Appleman, 2002
Best $15 I ever spent
+ Good work, needs more examples
I've read through it once, and I'll definitely have to read through it again. And probably at least once more after that. It's the perfect size for a download - small enough that I could handle printing it out, and I still have the .pdf file for when I need to search it. It's pretty dense, and ...
|
|
|
|
|
|
| |
|
Regular Expression Recipes: A Problem-Solution Approach 8 reviews Nathan A. Good
Apress, 2004
One of the best guides available
+ Regular Expression 101 + Nice bridge between learning and doing... + A cookbook of useful regular expressions for Perl and more.
|
|
|
|
|
|
| |
|
Regular Expressions: The Complete Tutorial 1 review Jan Goyvaerts
Lulu.com, 2006
A decent book, needs improvement
I actually read the online version of the book. It is available at regular-expressions.info and is very good for a quick reference.
Bad Points
The order of the chapters needs some improvement. Chapter 10 covers the * and the + operators. But the author actually uses them in previous chapters. ...
|
|
|
|
|
|
| |
|
Beginning Regular Expressions (Programmer to Programmer) 6 reviews Andrew Watt
Wrox, 2005
Very Helpful
+ Excellent Introduction to Regular Expressions + Good Description of what I've Been Doing But Didn't Know It + common simple ideas
|
|
|
|
|
|
| |
|
Visual Basic .NET Text Manipulation Handbook: String Handling and Regular Expressions 8 reviews Paul Wilton, Craig McQueen, ...
Peer Information Inc., 2002
Gary Chamberlain
+ Excellent in covering the subject, could be a little more coherenet + Great Reference
Wow! Quite impressed! I have been programming in VB, C and Java for years. This book is a concise explanation of strings with great history for perspective and detail about .NET implementation. This book reads very well and has great code examples. I suppose someone that doesn't know ...
|
|
|
|
|
|
| |
|
Regular Expression Recipes for Windows Developers: A Problem-Solution Approach 4 reviews Nathan A. Good
Apress, 2005
Every .NET developer should own this book
+ Very cool + Clear, concise, and very useful
Regular expressions are one of the most abstract topics for the average developer to master. Nathan does a real good job of producing something that any developer should be able to start and build their own base library of core expressions.
The approach he takes by presenting some introduction to ...
|
|
|
|
|
|
| |
|
Mastering Regular Expressions 124 reviews Jeffrey Friedl
O'Reilly Media, Inc., 2006
Great book, but little Ruby
+ Best material I have seen on regular expressions + Very in-depth
This book is great if you want to learn about what you can do with regex, how they work, how you can improve them (efficiency & accuracy) and what kind of pitfalls there are.
My only gripe is about the Ruby reference on the cover. In the top right corner it says: "For Perl, PHP, Java, .NET, Ruby ...
|
|
|
|
|
|
| |
|
Regular Expression Recipes for Windows Developers: A Problem-Solution Approach 4 reviews Nathan A. Good
Apress, 2005
Every .NET developer should own this book
+ Very cool + Clear, concise, and very useful
Regular expressions are one of the most abstract topics for the average developer to master. Nathan does a real good job of producing something that any developer should be able to start and build their own base library of core expressions.
The approach he takes by presenting some introduction to ...
|
|
|
|
|
|
| |
|
Visual Basic .NET Text Manipulation Handbook: String Handling and Regular Expressions 8 reviews Paul Wilton, Craig McQueen, ...
Peer Information Inc., 2002
Gary Chamberlain
+ Excellent in covering the subject, could be a little more coherenet + Great Reference
Wow! Quite impressed! I have been programming in VB, C and Java for years. This book is a concise explanation of strings with great history for perspective and detail about .NET implementation. This book reads very well and has great code examples. I suppose someone that doesn't know ...
|
|
|
|
|
|
| |
|
Java Regular Expressions: Taming the java.util.regex Engine 14 reviews Mehran Habibi
Apress, 2003
A lucid explanation of regular expressions
+ Taming developers for the REGEX adventure
This book provides by far the clearest exposition of regular expressions that I have ever seen. The writing flows nicely and the explanations are lucid, yet one doesn't get the feeling that the material has been dumbed-down. It assumes no knowledge of regular expressions and starts with the basics, ...
|
|
|
|
|
|
| |
|
Regular Expression Recipes: A Problem-Solution Approach 8 reviews Nathan A. Good
Apress, 2004
One of the best guides available
+ Regular Expression 101 + Nice bridge between learning and doing... + A cookbook of useful regular expressions for Perl and more.
|
|
|
|
|
|
| |
|
Regular Expressions with .NET 15 reviews Dan Appleman, Daniel Appleman
Daniel Appleman, 2002
Best $15 I ever spent
+ Good work, needs more examples
I've read through it once, and I'll definitely have to read through it again. And probably at least once more after that. It's the perfect size for a download - small enough that I could handle printing it out, and I still have the .pdf file for when I need to search it. It's pretty dense, and ...
|
|
|
|
|
|
| |
|
Beginning Regular Expressions (Programmer to Programmer) 6 reviews Andrew Watt
Wrox, 2005
Very Helpful
+ Excellent Introduction to Regular Expressions + Good Description of what I've Been Doing But Didn't Know It + common simple ideas
|
|
|
|
|
|
| |
|
Oracle Regular Expressions Pocket Reference 3 reviews Jonathan Gennick, Peter Linsley
O'Reilly Media, Inc., 2003
All you need to use Oracle regular expressions
+ A quick ease reference... and translator!!! + Cool small booklet on new ORACLE 10g feature
This pocket-sized 60-page booklet covers only one topic: the regular expression support in Oracle Database 10g. And it covers it well. Though the book's cover says "pocket reference", the book actually contains both a short tutorial and a reference.
The tutorial does a good job of explaining ...
|
|
|
|
|
|
| |
|
Regular Expressions: The Complete Tutorial 1 review Jan Goyvaerts
Lulu.com, 2006
A decent book, needs improvement
I actually read the online version of the book. It is available at regular-expressions.info and is very good for a quick reference.
Bad Points
The order of the chapters needs some improvement. Chapter 10 covers the * and the + operators. But the author actually uses them in previous chapters. ...
|
|
|
|
|
|