1 / 451
文档名称:

oreilly mastering regular expressions.pdf

格式:pdf   页数:451
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

oreilly mastering regular expressions.pdf

上传人:kuo08091 2014/1/10 文件大小:0 KB

下载得到文件列表

oreilly mastering regular expressions.pdf

文档介绍

文档介绍:Mastering Regular Expressions, 1st Edition, by Jeffery Friedl
I saw my first example of this when I downloaded it three or four
years ago. I just glanced at it and noticed that it was chopped up, in that
each page was split into two pages—it spanned two PDF pages.
So a 340–350 page book wound up being 750 PDF pages.
You couldn't navigate from a page reference to another page, because the
page numbers obviously didn't coincide.
At the time I didn't give it much more thought, as I didn't do to much with
regex anyway.
From time to time I would see another post, so I would download it and
it has always been the same old version.
A short while back I did run across a need to know regex a little better so
I got out the version that I had and started to make some sense out of it.
The book appeared to be just what I needed but was just hard prehend
the way it was chopped up.
For my own use, I re-did the book to the extent, that each book page is now on
one PDF page. It was necessary to make the pages legal size () to do
this and maintain a typeface large enough to be easily visible.
The Table of Contents at the beginning of the book has been omitted here as
I have included a Table of Contents in this PDF document.
The Index at the back of the book remains as it was, due to the fact that there
was no easy way to re-do it without a major time investment. At least now
though, a page reference in the index can be navigated to using the Acrobat
page navigation tools.
I am uploading this for others to use and hope that it might be helpful.
Feel free to delete this page, but should you, at a later date decide to upload
it yourself, please indicate that it is a modified version, from the one that has
been around for years.
Page 1
1
Introduction to Regular Expressions
In this chapter:
Solving Real Problems
Regular Expressions as a Language
The Regular-Expression Frame of Mind
Egrep Metacharacters
Expanding the Foundation
Personal G