Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Forta, Ben
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Sams, 2004.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.