Chargement en cours…

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

Description complète

Détails bibliographiques
Cote:Libro Electrónico
Auteur principal: Forta, Ben
Format: Électronique eBook
Langue:Inglés
Publié: Indianapolis, Ind. : Sams, 2004.
Sujets:
Accès en ligne:Texto completo (Requiere registro previo con correo institucional)
Table des matières:
  • 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.