Learning Regular Expressions

Learning Regular Expressions
Author :
Publisher : Addison-Wesley Professional
Total Pages : 470
Release :
ISBN-10 : 9780134757049
ISBN-13 : 0134757041
Rating : 4/5 (041 Downloads)

Book Synopsis Learning Regular Expressions by : Ben Forta

Download or read book Learning Regular Expressions written by Ben Forta and published by Addison-Wesley Professional. This book was released on 2018-05-01 with total page 470 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn to use one of the most powerful text processing and manipulation tools available Regular expression experts have long been armed with an incredibly powerful tool, one that can be used to perform all sorts of sophisticated text processing and manipulation in just about every language and on every platform. That’s the good news. The bad news is that for too long, regular expressions have been the exclusive property of only the most tech savvy. Until now. Ben Forta's Learning Regular Expressions teaches you the regular expressions that you really need to know, starting with simple text matches and working up to more complex topics, including the use of backreferences, conditional evaluation, and look-ahead processing. You’ll learn what you can use, and you’ll learn it methodically, systematically, and simply. Regular expressions are nowhere near as complex as they appear to be at first glance. All it takes is a clear understanding of the problem being solved and how to leverage regular expressions to solve them. Read and understand regular expressions Use literal text and metacharacters to build powerful search patterns Take advantage of advanced regular expression features, including lookahead and backreferences Perform powerful search-and-replace operations in all major professional editing tools Add sophisticated form and text processing to web applications Search for files using command-line tools like grep and egrep Use regular expressions in programming languages like JavaScript, Java, PHP, Python, Microsoft .NET, and C#, as well as in DBMSs including MySQL and Oracle Work with phone numbers, postal codes, social security numbers, IP addresses, URLs, email addresses, and credit card numbers Contents at a Glance 1 Introducing Regular Expressions 2 Matching Single Characters 3 Matching Sets of Characters 4 Using Metacharacters 5 Repeating Matches 6 Position Matching 7 Using Subexpressions 8 Using Backreferences 9 Looking Ahead and Behind 10 Embedding Conditions 11 Regular Expression Solutions to Common Problems Appendix A Regular Expressions in Popular Applications and Languages


Learning Regular Expressions Related Books

Learning Regular Expressions
Language: en
Pages: 470
Authors: Ben Forta
Categories: Computers
Type: BOOK - Published: 2018-05-01 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

Learn to use one of the most powerful text processing and manipulation tools available Regular expression experts have long been armed with an incredibly powerf
Mastering Regular Expressions
Language: en
Pages: 492
Authors: Jeffrey E. F. Friedl
Categories: Computers
Type: BOOK - Published: 2002 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Introduces regular expressions and how they are used, discussing topics including metacharacters, nomenclature, matching and modifying text, expression processi
Mastering Regular Expressions
Language: en
Pages: 544
Authors: Jeffrey E.F. Friedl
Categories: Computers
Type: BOOK - Published: 2006-08-08 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools
Regular Expressions Cookbook
Language: en
Pages: 612
Authors: Jan Goyvaerts
Categories: Computers
Type: BOOK - Published: 2012-08-13 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Take the guesswork out of using regular expressions. With more than 140 practical recipes, this cookbook provides everything you need to solve a wide range of r
Introducing Regular Expressions
Language: en
Pages: 154
Authors: Michael Fitzgerald
Categories: Computers
Type: BOOK - Published: 2012-07-10 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

If you’re a programmer new to regular expressions, this easy-to-follow guide is a great place to start. You’ll learn the fundamentals step-by-step with the