Regular Expression Recipes: A Problem-Solution Approach

Regular Expression Recipes: A Problem-Solution Approach
Authors
Nathan A. Good
ISBN
159059441X
Published
08 Dec 2004
Purchase online
amazon.com

...a handy book to have. I wouldn't hesitate to recommend it. This book is a good reference for those more interested in simply getting the job done. — Jack Herrington, Code Generation Network Regular Expressions are an essential part of programming, but they sure are hard to come to grips with, aren't they? Fortunately, we have the answer for you! Regular Expression Recipes provides you with all the open source regular expressions you'll ever need, and explains how to use each one.

Editorial Reviews

Regular expressions are an essential part of programming, but they sure are hard to come to grips with, aren’t they? Fortunately, we have the answer for you! Regular Expression Recipes provides you with all the open-source regular expressions you’ll ever need, and explains how to use each one. This way, you can learn by example, rather than muddling through countless pages of explanatory syntax.

Author Nathan A. Good includes syntax references only when necessary. Languages covered include Perl, PHP, grep, vim, Python, and shell. Web and applications developers, and system administrators will find the examples both accurate and relevant. And this book acts as a useful reference to keep handy for those moments when an answer is needed fast.

Table of Contents

  1. Words and Text
  2. URLs and Paths
  3. CSV and Tab-Delimited Files
  4. Formatting and Validating
  5. HTML and XML
  6. Coding and Using Commands

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.” - Rick Osborne