An Introduction To Regular Expressions
This tutorial will give an insight to regular expressions without going into particularities of any language. We will simply use egrep to explain the concepts. Regular expressions are templates to match patterns (or sometimes not to match patterns). They provide a way to describe and parse text.