Mastering Regular Expressions, 3/e (Paperback)
暫譯: 精通正則表達式(第三版)
Jeffrey E. F. Friedl
- 出版商: O'Reilly
- 出版日期: 2006-09-12
- 定價: $1,980
- 售價: 8.8 折 $1,742
- 語言: 英文
- 頁數: 544
- 裝訂: Paperback
- ISBN: 0596528124
- ISBN-13: 9780596528126
-
相關翻譯:
精通正規表達式, 3/e (Mastering Regular Expressions, 3/e) (繁中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$890$703 -
$650$514 -
$880$695 -
$880$695 -
$650$514 -
$780$741 -
$780$663 -
$650$507 -
$680$537 -
$550$435 -
$980$774 -
$600$540 -
$1,080CMMI: Guidelines for Process Integration and Product Improvement, 2/e
-
$680$537 -
$480$379 -
$720$569 -
$1,200$948 -
$620$490 -
$350$298 -
$880$695 -
$990$891 -
$600$480 -
$720$569 -
$620$527 -
$820$648
商品描述
Description
Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regular expressions, this book is a stunning eye-opener.
As this book shows, a command of regular expressions is an invaluable skill. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Regular expressions can save you time and aggravation. They can be used to craft elegant solutions to a wide range of problems. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them.
Yet despite their wide availability, flexibility, and unparalleled power, regular expressions are frequently underutilized. Yet what is power in the hands of an expert can be fraught with peril for the unwary. Mastering Regular Expressions will help you navigate the minefield to becoming an expert and help you optimize your use of regular expressions.
Mastering Regular Expressions, Third Edition, now includes a full chapter devoted to PHP and its powerful and expressive suite of regular expression functions, in addition to enhanced PHP coverage in the central "core" chapters. Furthermore, this edition has been updated throughout to reflect advances in other languages, including expanded in-depth coverage of Sun's java.util.regex package, which has emerged as the standard Java regex implementation.Topics include:
- A comparison of features among different versions of many languages and tools
- How the regular expression engine works
- Optimization (major savings available here!)
- Matching just what you want, but not what you don't want
- Sections and chapters on individual languages
Written in the lucid, entertaining tone that makes a complex, dry topic become crystal-clear to programmers, and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions, Third Edition offers a wealth information that you can put to immediate use.
Reviews of this new edition and the second edition:
"There isn't a better (or more useful) book available on regular expressions."
--Zak Greant, Managing Director, eZ Systems"A real tour-de-force of a book which not only covers the mechanics of regexes in extraordinary detail but also talks about efficiency and the use of regexes in Perl, Java, and .NET...If you use regular expressions as part of your professional work (even if you already have a good book on whatever language you're programming in) I would strongly recommend this book to you."
--Dr. Chris Brown, Linux Format"The author does an outstanding job leading the reader from regex novice to master. The book is extremely easy to read and chock full of useful and relevant examples...Regular expressions are valuable tools that every developer should have in their toolbox. Mastering Regular Expressions is the definitive guide to the subject, and an outstanding resource that belongs on every programmer's bookshelf. Ten out of Ten Horseshoes."
--Jason Menard, Java Ranch
商品描述(中文翻譯)
**描述**
正則表達式是一種極其強大的文本和數據處理工具。它們現在已成為多種語言和流行工具的標準功能,包括 Perl、Python、Ruby、Java、VB.NET 和 C#(以及任何使用 .NET Framework 的語言)、PHP 和 MySQL。
如果您尚未使用正則表達式,您將在本書中發現一個全新的數據掌控世界。如果您已經在使用它們,您會欣賞本書前所未有的細節和廣度。如果您認為自己已經了解正則表達式所需的所有知識,那麼這本書將讓您大開眼界。
正如本書所示,掌握正則表達式是一項無價的技能。正則表達式使您能夠編寫複雜而微妙的文本處理代碼,這些代碼您從未想過可以自動化。正則表達式可以為您節省時間和麻煩。它們可以用來設計優雅的解決方案來解決各種問題。一旦您掌握了正則表達式,它們將成為您工具箱中不可或缺的一部分。您會想知道自己是如何在沒有它們的情況下度過的。
然而,儘管正則表達式廣泛可用、靈活且無與倫比的強大,但它們經常被低估。然而,對於不謹慎的人來說,專家的力量可能會帶來危險。《正則表達式精通》將幫助您在成為專家的過程中導航這片雷區,並幫助您優化正則表達式的使用。
《正則表達式精通》第三版現在包括一整章專門介紹 PHP 及其強大而表達力豐富的正則表達式函數,此外還增強了核心章節中的 PHP 覆蓋範圍。此外,本版已全面更新,以反映其他語言的進展,包括擴展對 Sun 的 java.util.regex 包的深入覆蓋,該包已成為標準的 Java 正則表達式實現。主題包括:
- 不同版本的多種語言和工具之間的功能比較
- 正則表達式引擎的工作原理
- 優化(這裡有重大節省!)
- 僅匹配您想要的內容,而不匹配您不想要的內容
- 各種語言的章節和部分
本書以清晰、娛樂的語調撰寫,使複雜、枯燥的主題對程序員變得一目了然,並穿插了複雜現實問題的解決方案,《正則表達式精通》第三版提供了豐富的信息,您可以立即使用。
**對於這一新版和第二版的評價:**
「沒有比這本書更好的(或更有用的)正則表達式書籍了。」
--Zak Greant,eZ Systems 總經理
「這本書真是一部力作,不僅以非凡的細節涵蓋了正則表達式的機制,還談到了效率以及在 Perl、Java 和 .NET 中使用正則表達式……如果您在專業工作中使用正則表達式(即使您已經擁有一本關於您所編程語言的好書),我強烈推薦這本書給您。」
--Dr. Chris Brown,《Linux Format》
「作者在引導讀者從正則表達式新手到大師方面做得非常出色。這本書極易閱讀,充滿了有用且相關的範例……正則表達式是每位開發者應該擁有的寶貴工具。《正則表達式精通》是該主題的權威指南,是每位程序員書架上必備的卓越資源。十分之十的評價。」
--Jason Menard,《Java Ranch》