Jun 16, 2003 #1 RebLazer Programmer Jun 7, 2002 438 US Would someone please recommend the best in depth book on RegEx's in VB.net with lots of examples? Thanks! Lazer
Would someone please recommend the best in depth book on RegEx's in VB.net with lots of examples? Thanks! Lazer
Jun 16, 2003 Thread starter #2 RebLazer Programmer Jun 7, 2002 438 US Let me rephrase my question so it makes a little sense... Could someone please recommend a good in-depth book (containing lots of examples) on RegEx's in VB.net? Thanks! Lazer Upvote 0 Downvote
Let me rephrase my question so it makes a little sense... Could someone please recommend a good in-depth book (containing lots of examples) on RegEx's in VB.net? Thanks! Lazer
Jun 17, 2003 #3 JohnnyLong Programmer Sep 27, 2002 97 GB Hi Lazer, Can't recommend a book but have you tried Expresso, a RegEx Builder. Find it at http://www.codeproject.com/dotnet/Expresso.asp?print=true Good Luck, John Upvote 0 Downvote
Hi Lazer, Can't recommend a book but have you tried Expresso, a RegEx Builder. Find it at http://www.codeproject.com/dotnet/Expresso.asp?print=true Good Luck, John
Jun 17, 2003 Thread starter #4 RebLazer Programmer Jun 7, 2002 438 US Thanks, LongJohn! Anyone else know of any books? Thanks! Lazer Upvote 0 Downvote
Jun 17, 2003 #5 chuckdiesel Programmer Jun 17, 2003 5 US I own a book called Mastering Regular Expressions from O'Reilly publishing and written by Jeffrey E.F. Friedl I haven't dwelved much into the book so I can't give a good review (although it seems to be a very throuough coverage of regular expressions.) Check out the reviews on amazon.com for this book...I think they are good. Upvote 0 Downvote
I own a book called Mastering Regular Expressions from O'Reilly publishing and written by Jeffrey E.F. Friedl I haven't dwelved much into the book so I can't give a good review (although it seems to be a very throuough coverage of regular expressions.) Check out the reviews on amazon.com for this book...I think they are good.
Jun 17, 2003 Thread starter #6 RebLazer Programmer Jun 7, 2002 438 US How about anything specific for VB.net? Upvote 0 Downvote
Jun 17, 2003 #7 Craig0201 Technical User Oct 11, 2000 1,261 GB Regex are not specific to VB.Net. Hence almost all books on regex are generic. If you are referring to using the regex part of the framework, the examples in help are plenty once you have the hang of regex themselves. Craig Upvote 0 Downvote
Regex are not specific to VB.Net. Hence almost all books on regex are generic. If you are referring to using the regex part of the framework, the examples in help are plenty once you have the hang of regex themselves. Craig
Jun 17, 2003 Thread starter #8 RebLazer Programmer Jun 7, 2002 438 US Craig, Are there really no differences between VB's syntax and other languages' implementation of regular expressions? Thanks, Lazer Upvote 0 Downvote
Craig, Are there really no differences between VB's syntax and other languages' implementation of regular expressions? Thanks, Lazer
Jun 17, 2003 #9 Craig0201 Technical User Oct 11, 2000 1,261 GB To the best of my knowledge, no. A regex is a regex is a regex. Craig Upvote 0 Downvote
Jun 17, 2003 #10 chuckdiesel Programmer Jun 17, 2003 5 US The book I mentioned does have a section on regex use in .NET as well as a section on regex use in Java and a section on regex use in Perl. I think the only real diff between the laguages is how the regex is created...the regex itself should be identical. Upvote 0 Downvote
The book I mentioned does have a section on regex use in .NET as well as a section on regex use in Java and a section on regex use in Perl. I think the only real diff between the laguages is how the regex is created...the regex itself should be identical.
Jun 17, 2003 Thread starter #11 RebLazer Programmer Jun 7, 2002 438 US Thanks very much, folks! Lazer Upvote 0 Downvote