发表于2024-12-22
Mastering Regular Expressions, Second Edition 2024 pdf epub mobi 电子书
如果你只想“用”正则表达式,那么就别读这本书了,市面上任何一本编程书籍中讲解正则表达式的一章就足够了,网上的资料也很齐全。本书面向的读者是 1) 会用正则表达式 2) 愿意从一个代码工人向专家进化的 3) 对技术有狂热的追求的 本书着重讲解关于正则表达式匹配原理...
评分虽说看过manual,几个例子,每个人都可以开始写regex了 但是磨刀不误砍柴工,还是把原理搞清楚,以后可以省去你调试的大量时间,最重要的是你可以在那些只知道basic的菜鸟面前显摆NFA,DFA,POSIX NFA,驱动,回溯的道理 里面有一个词汇翻译的特别不好greedy ,有限匹配,贪婪...
评分第一类:GEN-ADML-ST-IDENTIFIANT.XXXX 第二类:S2131000_XXX_REQ_XXX 注:XXX表示数字 第一类是用‘-’ 第二类是用‘_’
评分这是我最近读过些的最好的技术书籍了。原来正做表达式的用法可以这么神奇,虽然原来也一直是必备工具,但是从来没想到过怎么在整篇文章中直接用一个很简单的表达式找到连续重复的单词!想知道吗?去看看原著吧,就在第一章里面。
评分正则表达式非常强大,在各种语言都有相关的包或库。看完了前五章已经对我大有帮助!翻译也不错,读起来顺畅,内容包括了从入门到精通,后面几章主要是分语言来讲解正则的应用,有Perl、Java、.NET和PHP,可以选自己掌握的语言来看。本人认为是程序员必读的一本工具书。
图书标签: 正则表达式 RegularExpressions Programming O'Reilly 编程 Regex RE 技术
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
这本还是图书馆里站了一下午看完了
评分O'Reilly RegularExpressions
评分讲得很详细很全面,最大的收获就是学到,有时候fail也是一种solution,刚接触regex的话看前三章就好,等用了一段时间过后再看456章学优化吧
评分mini version
评分Really nice book, strongly recommend to every tech geek
Mastering Regular Expressions, Second Edition 2024 pdf epub mobi 电子书