Product Information
RegEx is supported in all major development environments (for use in editing and working with code) and will thus appeal to anyone using these tools. In addition, every JavaScript developer should be using RegEx, but most don't as it has never been taught to them properly before. Developers using ASP, C#, ColdFusion, Java JSP, PHP, Perl, Python, and more can (and should) be using RegEx, and so every one of them is a potential reader too. The reader of this book will learn how to: Match characters sets Match repeating characters (using minimums and maximums if needed) Match (or ignore) based on case Build sub-expressions Use all of the special characters Work with excape sequences Use POSIX classes to simplify complex expressions Use back-references Use look-behind operators Sams Teach Yourself Regular Expressions in 10 Minutes is a tutorial book organized into a series of easy-to-follow 10-minute lessons. These well targeted lessons teach you in 10 minutes what other books might take hundreds of pages to cover. Instead of dwelling on syntax, terminology, and arcane examples and scenarios, this book takes a very hands-on approach to solving the needs of the majority of RegEx users who simply need to manipulate data.Product Identifiers
PublisherPearson Education
ISBN-100672325667
ISBN-139780672325663
eBay Product ID (ePID)2500600
Product Key Features
Number of Pages160 Pages
Publication NameSams Teach Yourself Regular Expressions in 10 min.
LanguageEnglish
SubjectProgramming Languages / General, Document Management
Publication Year2004
TypeTextbook
AuthorBen Forta
Subject AreaComputers
SeriesSams Teach Yourself Ser.
FormatTrade Paperback
Dimensions
Item Height0.3 in
Item Weight8.3 Oz
Item Length5.5 in
Item Width8.3 in
Additional Product Features
LCCN2003-093136
Dewey Edition22
Target AudienceScholarly & Professional
Dewey Decimal005.52
Lc Classification NumberQa76.9.T48
Table of ContentIntroduction. 1. Introducing Regular Expressions. Understanding the Need. How Regular Expressions Are Used. So What Exactly Is a Regular Expression? Using Regular Expressions. Before You Get Started. Summary. 2. Matching--Single Characters. Matching Literal Text. Matching Any Characters. Matching Special Characters. Summary. 3. Matching Sets of Characters. Matching One of Several Characters. Using Character Set Ranges. "Anything But" Matching. Summary. 4. Using Metacharacters. Escaping Revisited. Matching Whitespace Characters. Matching Specific Character Types. Using POSIX Character Classes. Summary. 5. Repeating Matches. How Many Matches? Using Intervals. Preventing Over Matching. Summary. 6. Position Matching. Using Boundaries. Using Word Boundaries. Defining String Boundaries. Summary. 7. Using Subexpressions. Understanding Subexpressions. Grouping with Subexpressions. Nesting Subexpressions. Summary. 8. Using Backreferences. Understanding Backreferences. Matching with Backreferences. Performing Replace Operations. Summary. 9. Looking Ahead and Behind. Introducing Lookaround. Looking Ahead. Looking Behind. Combining Lookahead and Lookbehind. Negating Lookaround. Summary. 10. Embedding Conditions. Why Embed Conditions? Using Conditions. Summary. Appendix A: Regular Expressions in Popular Applications and Languages. grep. JavaScript. Macromedia ColdFusion. Macromedia Dreamweaver. Macromedia HomeSite (and ColdFusion Studio). Microsoft ASP. Microsoft ASP.NET. Microsoft C#. Microsoft .NET. Microsoft Visual Studio .NET. MySQL. Perl. PHP. Sun Java. Appendix B: Regular Expression Solutions to Common Problems. North American Phone Numbers. U.S. ZIP Codes. Canadian Postal Codes. United Kingdom Postcodes. U.S. Social Security Numbers. IP Addresses. URLs. Complete URLs. Email Addresses. HTML Comments. JavaScript Comments. Credit Card Numbers. Summary. Appendix C: The Regular Expression Tester. Understanding the Regular Expression Tester Application. Obtaining a Copy of the Application.