 |
Regular Expressions with .NET by Dan Appleman, Daniel Appleman
Book Summary InformationAuthor: Dan Appleman, Daniel Appleman Edition: Digital Format: Download: PDF Published: 2002-02-06 ISBN: N/A Number of pages: 68 Publisher: Daniel Appleman
Book Reviews of Regular Expressions with .NETBook Review: Best $15 I ever spent Summary: 5 StarsI've read through it once, and I'll definitely have to read through it again. And probably at least once more after that. It's the perfect size for a download - small enough that I could handle printing it out, and I still have the .pdf file for when I need to search it. It's pretty dense, and there's a lot of "You need to understand 3 things about xxWhatever, and I'll explain the 3rd thing later on", but let's face it, RegEx is a VERY complicated, meaty topic. He's got an appendix to handle getting all the escape codes etc in one place for reference. The best thing is that he includes a link to free software, a RegEx tester that you can download so you can test his examples to see how they work, and then, of course, test your own expressions. If you are really new to Regular Expressions, Jeffrey E.F. Friedl has written a 430 page book, Mastering Regular Expressions, which you might also want to consider.
Summary of Regular Expressions with .NETWith the release of Visual Studio .NET, a great deal of attention has been placed on the Visual Studio .NET languages, Visual Basic .NET, C# and Managed C++ (not to mention the dozens of others under development by various companies). It might surprise you to know that yet another language is built into Visual Studio - one that can be used in conjunction with VB .NET, C# or any other .NET language. A language that is terse to such a degree that the term "concise" does not come close to describing its brevity of syntax. A language so cryptic that it can take hours to truly understand a single line of code. Yet it is a language that can save you hours upon hours of time in any application that involves text processing or data validation. It is a language that can perform complex data validation tasks in a single line of code. It is a language that performs sophisticated search and replace operations on strings. It is a language that should be part of every programmer's toolbox. The language is the "Regular Expression Language" - a language designed to parse and manipulate blocks of text. This ebook is intended to be a complete introduction to Regular Expressions that can even be read and understood by programmers who have never heard of them. It is also intended to help experienced Regular Expression programmers come up to speed quickly on the .NET implementation of Regular Expressions. With the release of Visual Studio .NET, a great deal of attention has been placed on the Visual Studio .NET languages, Visual Basic .NET, C# and Managed C++ (not to mention the dozens of others under development by various companies). It might surprise you to know that yet another language is built into Visual Studio - one that can be used in conjunction with VB .NET, C# or any other .NET language. A language that is terse to such a degree that the term "concise" does not come close to describing its brevity of syntax. A language so cryptic that it can take hours to truly understand a single line of code. Yet it is a language that can save you hours upon hours of time in any application that involves text processing or data validation. It is a language that can perform complex data validation tasks in a single line of code. It is a language that performs sophisticated search and replace operations on strings. It is a language that should be part of every programmer's toolbox. The language is the "Regular Expression Language" - a language designed to parse and manipulate blocks of text. This ebook is intended to be a complete introduction to Regular Expressions that can even be read and understood by programmers who have never heard of them. It is also intended to help experienced Regular Expression programmers come up to speed quickly on the .NET implementation of Regular Expressions.
|
 |
Advanced .NET Remoting (C# Edition)by Ingo Rammer Apress; Published: 2002-04-05; Paperback; BookBest price: $7.24Price in other shops: $49.95
.NET Windows Forms in a Nutshellby Ian Griffiths, Matthew Adams O'Reilly Media, Inc.; Published: 2003-03; Paperback; BookBest price: $12.81Price in other shops: $44.95
Regular Expressions with .NETby Dan Appleman, Daniel Appleman Daniel Appleman; Published: 2002-02-06; Digital; BookBest price: $14.95
Developing C# Windows Software: A Windows Forms Tutorialby Jason Bell, Matthew Reynolds, Benny B Johansen, Thiru Thangarathinam Wrox Press; Published: 2002-07; Paperback; BookBest price: $6.98Price in other shops: $39.99
Professional Windows GUI Programming Using C#by Jay Glynn, Csaba Torok, Richard Conway, Wahid Choudhury, Zach Greenvoss, Shripad Kulkarni, Neil Whitlow Peer Information; Published: 2002-08; Paperback; BookPrice in other shops: $39.99
Debugging Applications for Microsoft .NET and Microsoft Windows (Pro-Developer)by John Robbins MSOFT; Microsoft Press; Published: 2003-04-23; Paperback; BookBest price: $80.99
Developing Microsoft ASP.NET Server Controls and Componentsby Nikhil/Datye, V. Kothari, Nikhil Kothari, Vandana Datye Microsoft Press; Published: 2002-08-28; Paperback; BookBest price: $35.52Price in other shops: $59.99
Applied XML Programming for Microsoft .NETby Dino Esposito, Dino Esposito Microsoft Press; Published: 2002-10-09; Paperback; BookBest price: $16.78Price in other shops: $49.99
.NET Multithreadingby Alan Dennis Manning Publications; Published: 2003-01-01; Paperback; BookPrice in other shops: $34.95
Mastering Visual Studio .NETby Chris Sells, Ian Griffiths O'Reilly Media, Inc.; Published: 2003-03; Paperback; BookBest price: $7.98Price in other shops: $39.95
|
Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation (Pro - Developer)by Charles Petzold Microsoft Press; Published: 2006-09-13; Hardcover; BookBest price: $10.49Price in other shops: $59.99
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Pro Series)by Andrew Troelsen Apress; Published: 2007-11-12; Hardcover; BookBest price: $34.95Price in other shops: $59.99
Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))by Tony Stubblebine O'Reilly Media, Inc.; Published: 2007-07-18; Paperback; BookBest price: $8.51Price in other shops: $14.99
Mastering Regular Expressionsby Jeffrey Friedl O'Reilly Media, Inc.; Published: 2006-08-08; Paperback; BookBest price: $25.15Price in other shops: $44.99
Programming .NET Components, 2nd Editionby Juval Lowy O'Reilly Media, Inc.; Published: 2005-07-27; Paperback; BookBest price: $23.00Price in other shops: $44.95
Pragmatic Unit Testing in C# with NUnit, 2nd Editionby Andy Hunt, Dave Thomas, Matt Hargett Pragmatic Bookshelf; Published: 2007-08-30; Paperback; BookBest price: $17.83Price in other shops: $29.95
Accelerated C# 2008 (Accelerated)by Trey Nash Apress; Published: 2007-11-12; Paperback; BookBest price: $25.07Price in other shops: $39.99
Beginning Regular Expressions (Programmer to Programmer)by Andrew Watt Wrox; Published: 2005-02-04; Paperback; BookBest price: $5.96Price in other shops: $44.99
Regular Expression Recipes for Windows Developers: A Problem-Solution Approachby Nathan A. Good Apress; Published: 2005-05-24; Paperback; BookBest price: $4.00Price in other shops: $39.99
Tracing and Logging with .Netby Dan Appleman, Daniel Appleman Daniel Appleman; Published: 2002-11-04; Digital; BookBest price: $9.95
|