出版社: O'Reilly Media
出版年: 2002-07-15
定价: USD 39.95
装帧: Paperback
ISBN: 9780596002893
内容简介 · · · · · ·
Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and any language using the .NET Framework), PHP, Python, Ruby, Tcl, MySQL, <em>awk</em>, Emacs, and many other popular tools and languages. If you don't use regular expressions yet, y...
Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and any language using the .NET Framework), PHP, Python, Ruby, Tcl, MySQL, <em>awk</em>, Emacs, and many other popular tools and languages. 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. In spite their wide availability, flexibility, and unparalleled power, regular expressions are frequently underutilized. 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. A command of regular expressions is an invaluable skill. 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. 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. Mastering Regular Expressions, Second Edition has been thoroughly updated to include all the new features of Perl 5.8, as well as several other languages, including Java, VB.NET, C#, Python, JavaScript, Tcl, and Ruby. Written in the lucid, entertaining tone that made a complex, dry topic crystal-clear to thousands of programmers, and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use. Topics include:
<li type="disc">A comparison of features among different versions of many languages and tools <li type="disc">How the regular expression engine works <li type="disc">Optimization (major savings available here!) <li type="disc">Matching just what you want, but not what you don't want <li type="disc">Sections and chapters on individual languages
Mastering Regular Expressions, Second Edition的创作者
· · · · · ·
喜欢读"Mastering Regular Expressions, Second Edition"的人也喜欢的电子书 · · · · · ·
喜欢读"Mastering Regular Expressions, Second Edition"的人也喜欢 · · · · · ·
Mastering Regular Expressions, Second Edition的书评 · · · · · · ( 全部 33 条 )





把正则表达式的回溯原理搞清楚了!

要想免去以后调试之苦,还是要好好看看这书


> 更多书评 33篇
这本书的其他版本 · · · · · · ( 全部7 )
-
电子工业出版社 (2007)8.9分 1161人读过
-
电子工业出版社 (2012)8.9分 73人读过
-
O'Reilly Media (2006)8.6分 108人读过
-
东南大学出版社 (2005)8.2分 62人读过
以下书单推荐 · · · · · · ( 全部 )
- O'Reilly 之动物书 (leafduo)
- Web前端 (marchbox)
- Perl编程 (Yining)
- Shell编程书目 (leal)
- Linux编程入门 (LipingTaBaBa)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
订阅关于Mastering Regular Expressions, Second Edition的评论:
feed: rss 2.0
0 有用 太空猫 2010-11-10 03:33:38
看来我只要弄懂perl就够了。。。
0 有用 a锟斤拷 2017-10-30 22:58:12
这本还是图书馆里站了一下午看完了
0 有用 firewall 2008-05-08 22:06:33
虽然只看了前面几章,但是已经深深体会到regex的博大精深!
0 有用 豆芽 2006-06-07 21:35:12
mini version
0 有用 interma 2007-09-24 10:17:15
regex界只此一本~,中间原理和优化的2章,非常难懂,需要多读几遍,后边的语言相关选择自己喜爱的读就行了,可惜没有python的。