|Listed in category:
Have one to sell?

Mastering Regular Expressions: Powerful Techniques

C $14.99
ApproximatelyUS $10.88
Condition:
Like New
Shipping:
C $12.71 (approx US $9.23) Canada Post Tracked Packet - USA. See detailsfor shipping
International shipment of items may be subject to customs processing and additional charges.
International shipping - items may be subject to customs processing depending on the item's customs value.
 
Sellers declare the item's customs value and must comply with customs declaration laws.
 
Information
As the buyer, you should be aware of possible:
• Delays from customs inspection.
• Import duties and taxes which buyers must pay.
• Brokerage fees payable at the point of delivery.
 
Your country's customs office can offer more details, or visit eBay's page on international trade.
Located in: Burlington, Ontario, Canada
Delivery:
Estimated between Thu, Jun 20 and Thu, Jun 27 to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods.
Please allow additional time if international delivery is subject to customs processing.
Returns:
Seller does not accept returns. See details- for more information about returns
Payments:
     
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:225761555725

Item specifics

Condition
Like New: A book that looks new but has been read. Cover has no visible wear, and the dust jacket ...
Book title
Mastering Regular Expressions: Powerful Techniques for
ISBN
9781565922570
Subject Area
Computers
Publication Name
Mastering Regular Expressions
Item Length
9.2 in
Publisher
O'reilly, Incorporated
Subject
Programming Languages / Perl, General
Publication Year
1997
Series
Nutshell Handbooks Ser.
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.8 in
Author
Jeffrey E. F. Freidl
Features
Reprint
Item Width
7 in
Item Weight
19.9 Oz
Number of Pages
368 Pages

About this product

Product Information

Regular expressions are a powerful tool for manipulating text and data. If you don't use them yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regular expressions, this book is a stunning eye-opener.With regular expressions, you can save yourself time and aggravation while dealing with documents, mail messages, log files -- you name it -- any type of text or data. For example, regular expressions can play a vital role in constructing a World Wide Web CGI script, which can involve text and data of all sorts.Regular expressions are not a tool in and of themselves, but are included as part of a larger utility. The classic example is grep . These days, regular expressions can be found everywhere, such as in: Scripting languages (including Perl, Tcl, awk , and Python) Editors (including Emacs, vi , and Nisus Writer) Programming environments (including Delphi and Visual C++) While many of these tools originated on UNIX, they are now available for a wide variety of platforms, including DOS/Windows and MacOS, so you can use them in your home environment. Additionally, many favorite programming languages offer regular-expression libraries, so you can include support for them in your own programs, and yes, even applets.There can be certain subtle, but valuable, ways to think when you're using regular expressions, and these can be taught. Jeffrey Friedl has spent years helping people on the Net understand and use regular expressions. In this book he leads you through the steps of knowing exactly how to craft a regular expression to get the job done.Regular expressions are not used in a vacuum. In this book, a variety of tools are examined and used in an extensive array of examples, with a major focus on Perl. Perl is extremely well endowed with rich and expressive regular expressions. Yet what is power in the hands of an expert can be fraught with peril for the unwary. This book will help you navigate the minefield to becoming an expert.

Product Identifiers

Publisher
O'reilly, Incorporated
ISBN-10
1565922573
ISBN-13
9781565922570
eBay Product ID (ePID)
1001449

Product Key Features

Author
Jeffrey E. F. Freidl
Publication Name
Mastering Regular Expressions
Format
Trade Paperback
Language
English
Features
Reprint
Subject
Programming Languages / Perl, General
Publication Year
1997
Series
Nutshell Handbooks Ser.
Type
Textbook
Subject Area
Computers
Number of Pages
368 Pages

Dimensions

Item Length
9.2 in
Item Height
0.8 in
Item Width
7 in
Item Weight
19.9 Oz

Additional Product Features

LCCN
97-116815
Lc Classification Number
Qa76.73.P22f75 1997
Edition Description
Reprint
Copyright Date
1997
Target Audience
Scholarly & Professional
Illustrated
Yes

Item description from the seller

books_are_best_friends

books_are_best_friends

100% positive feedback
70 items sold
Joined Jan 2023
Usually responds within 24 hours

Detailed seller ratings

Average for the last 12 months

Accurate description
5.0
Reasonable shipping cost
4.9
Shipping speed
5.0
Communication
5.0

Seller feedback (20)

c***u (3)- Feedback left by buyer.
Past 6 months
Verified purchase
Book was on my doorstep THE NEXT DAY!!! Seller truly is efficient. Book listed as used and is practically new!
d***h (2522)- Feedback left by buyer.
Past month
Verified purchase
Excellent transaction and arrive very quick.
o***o (41)- Feedback left by buyer.
Past year
Verified purchase
Accurate description, fast shipping, nice packaging. I would buy from again.

Product ratings and reviews

5.0
2 product ratings
  • 2 users rated this 5 out of 5 stars
  • 0 users rated this 4 out of 5 stars
  • 0 users rated this 3 out of 5 stars
  • 0 users rated this 2 out of 5 stars
  • 0 users rated this 1 out of 5 stars

Would recommend

Good value

Compelling content

Most relevant reviews

  • Very good book.

    For years i'd heard how wonderful this book was. I have finally found it ( cheaply - older edition ) and read it and i agree; it is a very good book about regular expressions. Prior to reading this book, i was miffed every time i used REs because of all of the different flavors. The fact that this guy has reasearched and compiled all of this information and explains and expresses it so well brings me back to my zen nature. I am no longer miffed when i want to use them. I will read the docs to recall which version and use the REs and move on with life. ( i don't have a great memory for associating the flavor of REs with the application implementing the REs - vi, grep, sed, awk, find, notepad++, eclipse, javascript, etc. ) And although, i have used REs off and on for years, i learned a LOT ...