Mastering Regular Expressions

Mastering Regular Expressions
Author: Jeffrey E. F. Friedl
Publisher: "O'Reilly Media, Inc."
Total Pages: 544
Release: 2006-08-08
Genre: Computers
ISBN: 0596550022


Download Mastering Regular Expressions Book in PDF, Epub and Kindle

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.