If you've ever typed "cp *.html ../" at the UNIX command prompt,
or entered "garden?" into a web-based search engine,
you've already used a simple regular expression.
Regular expressions ("regex's" for short) are sets of symbols and
syntactic elements used to match patterns of text.
...Read on