Memorial Hall Library

Mastering regular expressions, Jeffrey E.F. Friedl

Label
Mastering regular expressions, Jeffrey E.F. Friedl
Language
eng
Illustrations
illustrations
Index
index present
Literary Form
non fiction
Main title
Mastering regular expressions
Oclc number
70844676
Responsibility statement
Jeffrey E.F. Friedl
Summary
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) and in languages (e.g. Perl), mostly in a UNIX environment. This book is the standard work on regexes