Book Cover
E-book
Author Forta, Ben.

Title Sams teach yourself regular expressions in 10 minutes / Ben Forta
Published Indianapolis, Ind. : Sams, 2004

Copies

Description 1 online resource (146 pages) : illustrations
Contents 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 -- A. Regular Expressions in Popular Applications and Languages -- B. Regular Expression Solutions to Common Problems -- C. Regular Expression Tester
Summary 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
Notes Includes index
English
Print version record
Subject Text processing (Computer science)
Word processing operations.
Word processing.
COMPUTERS -- Data Processing.
Word processing operations
Word processing
Text processing (Computer science)
Engineering & Applied Sciences.
Computer Science.
Form Electronic book
LC no. 2003093136
ISBN 0768662745
9780768662740
1280839953
9781280839955
9786610839957
6610839956
Other Titles Teach yourself regular expressions in 10 minutes
Regular expressions in 10 minutes