
PARSING
Get flash to fully experience Pearltrees
This is an introduction to regular expressions for those of you that have heard the phrase “just use a regular expression on that string to extract the data…” but doesn’t understand the thing about a “regular expression”. I’ll write RE instead of “regular expression” from now on to save me some typing. The phrase given above hints that one should use a RE on a text string and that it can be used to extract data from such a string. This is what a RE does: it matches something. A RE is a short way of representing a potentially very complex pattern that is to be matched against a string of characters.
Martin Geisler Online » Regular Expressions
Regular Expressions - a Simple User Guide
<p class="center">Please enable javascript to best experience this site.</p> This document explains how to construct a compiler using lex and yacc.

