ASPNETWorld.com
Search this Site powered by Google
Home | About Us | Blog | Link to Us | Contact Us  Shop at Our ASP.NET Store!

Powered by ASP.NET

In association with Amazon.com
Store

See larger picture

Beginning Regular Expressions (Programmer to Programmer)
by Andrew Watt - Wrox

List Price: $55.00
Price at Amazon.com: $34.65 (Save 37%)

Buy from Amazon.com

Availability: Usually ships in 24 hours
Shipping rates and policies

  • ISBN13: 9780764574894
  • Condition: USED - Very Good
  • Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed
  • Average Customer Review: Based on 7 reviews.
  • Amazon.com Sales Rank: 389705

Product Description

  • Supported by all major databases, scripting languages, and programming languages, regular expressions are powerful "wild-card" text-processing tools used by programmers to find, validate, modify, or edit information
  • Covering a wide range of languages and databases-including JavaScript, ASP.NET, and Access-this book will appeal to the many programmers put off by the Perl-Unix focus of existing regular expressions books
  • Packed with easy-to-follow examples and exercises, the book helps regular expressions newcomers learn by doing


Featured Customer Reviews

A very thorough book on regex, January 31, 2010
I already know regex fairly well and thought I could learn a few more things by reading this book. Turns out, there are way more things to learn about regex than I really wanted to. I started learning new things right away with this book, but soon realized that mastering this topic would mean giving up mastery on another.

A great book if you really need to get into complex regex.

Very Helpful, December 01, 2005
For years I have wanted to learn how to use Regular Expressions. But the short tutorials that I came across left me double cross eyed perplexed! I finally came across Beginning Regular Expressions. Now the whole process is a piece of cake. The author takes a very cryptic subject and makes it totally clear. Within two hours of reading this book while laying on the couch, I was able to hop up and write cryptic looking formulas as if it was my second nature. Regular expressions are so powerful and so helpful. I'm so glad I finally came across this book. Thanks to the author who painstakingly broke it down to the most basic levels and made everything crystal clear! If you have an interest in POWERFUL search and replace across a lot of files, this book is your ticket to search and replace paradise!

Adequate for beginners..., May 27, 2005
A good introduction, but I was disappointed with all the typos in the text and regex examples, as well as Figures being mismatched with the text (in one case a nonexistent Figure was referred to, and a totally irrelevant Figure was in its place). No coverage of modifier spans. But on the whole, adequate for rank beginners.

Excellent Introduction to Regular Expressions, April 19, 2005
As an introduction to regular expressions, this book does an excellent job of covering the many different ways in which regular expressions are used. Included are explanations of how to put regular expressions to use in client-side Javascript, Microsoft Word, Open Office, C#, PHP, Perl, ASP, etc (Just a few that I could think of off the top of my head). I especially like that the author didn't focus on only Microsoft products, or only on open source products. He gives an excellent introduction to how regular expressions fit in in both the world of programming, and simply using your computer from day to day. This is a huge book, and Mr. Watt does a fantastic job of covering both syntax (nuts and bolts) and real-world application. This is an excellent starting point for anyone wanting to more about Regular Expressions.

Good Description of what I've Been Doing But Didn't Know It, March 04, 2005
I picked this book up because I had no idea just what a Regular Expression was. Turns out that regular expressions are nothing more than the "wildcards" from a lot of applications like Microsoft Word that have been generalized to fit a lot of applications in text processing.

For instance you may want to examine an incoming field from an internet form. If the data is going to a social security column in a database, you want to be sure that the data doesn't say something like Fred-34-1234. It's the right format, but alpha isn't a good thing to have there. If this isn't checked form, it may wait until the SQL Insert statement blows up.

The generalized form of expressions like this can be used to check things like SSN formats, the proper formation of an e-mail address and a lot of other things commonly needed in text processing.

Many languages both programming and scripting have provisions built into them to handle this kind of text processing. This book provides the generalized background to use regular expressions in ways that that you haven't considered but which you'll find very useful.


You might also be interested in these items...

Home | About Us | Link to Us | Contact Us
Privacy Statement © 2004-2010 ASPNETWorld.com