Book on Regex
-
Can anyone recommend any good books on learing about Regular Expressions (.Net based preferred but any will do) Thanks in advance, Al
Have you looked at http://www.codeproject.com/dotnet/expresso.asp[^]? PJC
-
Can anyone recommend any good books on learing about Regular Expressions (.Net based preferred but any will do) Thanks in advance, Al
I have found this book[^] to be adequate for my needs, and it has a chapter on .NET. Jon Sagara Look at him. He runs like a Welshman. Doesn't he run like a Welshman? Doesn't he? I think he runs like a Welshman. My Site | My Blog | My Articles -- modified at 19:35 Monday 20th March, 2006
-
I have found this book[^] to be adequate for my needs, and it has a chapter on .NET. Jon Sagara Look at him. He runs like a Welshman. Doesn't he run like a Welshman? Doesn't he? I think he runs like a Welshman. My Site | My Blog | My Articles -- modified at 19:35 Monday 20th March, 2006
-
I second the motion. Mine sits on the desk at the office and gets loaned out all the time.
There is also this book, Introduction to Languages and the Theory of Computation[^], but it may be overkill for what Mr. Ortega is looking for :) Paul
-
There is also this book, Introduction to Languages and the Theory of Computation[^], but it may be overkill for what Mr. Ortega is looking for :) Paul
-
yeah it is about a $100 overkill...:) O'Reilly has done me good in the past so I think that I'll go with that. Thanks -- modified at 20:52 Monday 20th March, 2006
Al Ortega wrote:
yeah it is about a $100 overkill...
Not just that, but it covers a ton more than just regular expressions (gets into alot of heavy theory) :) At least I got it at my university bookstore for a $105 two years ago. I've seen the O'Reilly book the other posters have recommended at it is probably the one your looking for :)
-
Can anyone recommend any good books on learing about Regular Expressions (.Net based preferred but any will do) Thanks in advance, Al
-
I have found this book[^] to be adequate for my needs, and it has a chapter on .NET. Jon Sagara Look at him. He runs like a Welshman. Doesn't he run like a Welshman? Doesn't he? I think he runs like a Welshman. My Site | My Blog | My Articles -- modified at 19:35 Monday 20th March, 2006
Agreed - when I saw there was a regex question, I came to it with the intention of recommending this most excellent book ( and expresso, of course ). Christian Graus - Microsoft MVP - C++