Regular Expressions ( regex )

Regular expression are used for pattern matching. The idea being if the input we are looking at matches the pattern we want, we can get the data output of the input in what is called a group.

Links

regex overview
Tao of regex ( local copy )
http://www.rexv.org/