I have a couple of those books. But I keep going back to my Programming Perl book (camel book). It has a nice and succinct (~10 pages) explanation of regex. It's perlish, but close to many implementations including Boost's.

Boost's docs have a nice reference for the re syntax, but it wont teach you what they mean.
http://www.boost.org/doc/libs/1_46_1/libs/regex/doc/html/boost_regex/syntax.html

-d

On 04/01/2011 07:11 PM, Tim Chase wrote:
On 04/01/2011 07:01 AM, Coiby wrote:
I will appreciate it if you recommend some books on such topic.
There are several books[1] and websites[2] regarding regular
expressions.  Popular books:

- "Mastering Regular Expressions" (published by O'Reilly)
- "Regular Expression Cookbook" (published by O'Reilly)
- "Regular Expression Pocket Reference" (published by O'Reilly)

Note that dialects&  functionalities of regular expression vary
from engine-to-engine, so the underlying ideas remain the same,
but the implementations may differ superficially.

-tim


[1]
http://www.google.com/search?q=regular+expression+books

[2]
http://www.regular-expressions.info
seems pretty decent as a starting-point



--
David Ohlemacher
Senior Software Engineer
Scientific Solutions Inc.
99 Perimeter Rd Nashua New Hampshire 03063
603-880-3784

. o .
. . o
o o o

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to