Regular Expression Recipes: A Problem-Solution Approach

Nathan A. Good

  • 出版商: Apress
  • 出版日期: 2004-12-08
  • 售價: $1,430
  • 貴賓價: 9.5$1,359
  • 語言: 英文
  • 頁數: 289
  • 裝訂: Paperback
  • ISBN: 159059441X
  • ISBN-13: 9781590594414
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Descriptions:

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:

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