Cargando…

Mastering regular expressions /

A regular expression (regex) is a pattern that describes a set of strings. Regular expressions are used for advanced context-sensitive searches (e.g. parsing data streams, data mining) and text modifications. They can be found in many advanced editors (e.g. vi, Emacs), in parser programs (e.g. grep)...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Friedl, Jeffrey E. F.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastapol, Calif. : O'Reilly, 2006.
Edición:3rd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Introduction to regular expressions
  • Extended introductory examples
  • Overview of regular expression features and flavors
  • The mechanics of expression processing
  • Practical regex techniques
  • Crafting an efficient expression
  • Perl
  • Java
  • NET
  • PHP.