Loading…

Sams teach yourself regular expressions in 10 minutes /

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 usi...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Forta, Ben
Format: Electronic eBook
Language:Inglés
Published: Indianapolis, Ind. : Sams, 2004.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of 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.