图书标签: 正则表达式 计算机 编程 regex 电子书 技术 sams programming
发表于2025-03-03
Sams Teach Yourself Regular Expressions in 10 Minutes pdf epub mobi txt 电子书 下载 2025
<P style="MARGIN: 0px">RegEx is supported in all major development environments (for use in editing and working with code) and will thus appeal to anyone using these tools. In addition, every JavaScript developer should be using RegEx, but most don't as it has never been taught to them properly before. Developers using ASP, C#, ColdFusion, Java JSP, PHP, Perl, Python, and more can (and should) be using RegEx, and so every one of them is a potential reader too. The reader of this book will learn how to:</P> <UL> <LI>Match characters sets <LI>Match repeating characters (using minimums and maximums if needed) <LI>Match (or ignore) based on case <LI>Build sub-expressions <LI>Use all of the special characters <LI>Work with excape sequences <LI>Use POSIX classes to simplify complex expressions <LI>Use back-references <LI>Use look-behind operators </LI></UL> <P style="MARGIN: 0px">Sams Teach Yourself Regular Expressions in 10 Minutes is a tutorial book organized into a series of easy-to-follow 10-minute lessons. These well targeted lessons teach you in 10 minutes what other books might take hundreds of pages to cover. Instead of dwelling on syntax, terminology, and arcane examples and scenarios, this book takes a very hands-on approach to solving the needs of the majority of RegEx users who simply need to manipulate data.</P>
Ben Forta是世界知名的技术作家,也是Adobe技术界最为知名的专家之一,目前担任Adobe公司的高级技术推广专家。他具有计算机行业20多年工作经验,多年来撰写了十几本技术图书,其中不少是世界畅销书,已被翻译为十几种文字。除本书外,他撰写的《SQL必知必会》也由人民邮电出版社出版。
用很短的时间看了看(尽管不止10分钟),跳过了前面几章。 第9章第10章还是很值得一看的。还有附录B
评分算是中规中矩...上厕所消遣时间用!
评分快捷入门,中规中矩,然而题目说的10分钟是不可能读完的。强烈推荐学完http://regexone.com/网站上的互动教程,再看这本书。
评分快捷入门,中规中矩,然而题目说的10分钟是不可能读完的。强烈推荐学完http://regexone.com/网站上的互动教程,再看这本书。
评分快捷入门,中规中矩,然而题目说的10分钟是不可能读完的。强烈推荐学完http://regexone.com/网站上的互动教程,再看这本书。
本书56页写出了一个正则表达式的模式:^.*$,号称这个几乎可以匹配所有表达式,然后问,它到底匹配什么?以及在什么情况下找不到任何匹配,请问各位,这个表达式在什么情况下找不到任何匹配呢? ^是开始符号,$是结束符号,问题可能就出在中间的.*上了,这个会遇到什么不能匹配...
评分虽然正则表达式的简单使用其实看网络上的博客介绍就足够,但我个人还是习惯看书。 本书可以作为《精通正则表达式》的前导书。 一个问题,P92回溯引用条件的?(backreference)true-regex),似乎应该是?(backreference)(true-regex)或?(backreference)true-regex吧? P93...
评分本书56页写出了一个正则表达式的模式:^.*$,号称这个几乎可以匹配所有表达式,然后问,它到底匹配什么?以及在什么情况下找不到任何匹配,请问各位,这个表达式在什么情况下找不到任何匹配呢? ^是开始符号,$是结束符号,问题可能就出在中间的.*上了,这个会遇到什么不能匹配...
评分The book is pretty good if you have never touched Regular Expression before. It shows some easy and clear examples. One point I have to complain is: the highlight lines in the book are awful and you have to stare at them to recognize they are highlighted.
评分The book is pretty good if you have never touched Regular Expression before. It shows some easy and clear examples. One point I have to complain is: the highlight lines in the book are awful and you have to stare at them to recognize they are highlighted.
Sams Teach Yourself Regular Expressions in 10 Minutes pdf epub mobi txt 电子书 下载 2025