April 7, 2005 12:00 AM EDT
Pattern matching using "regular expressions" can help automate a number of
text-processing operations like search and replace, input validation, text
conversion, and filters. What otherwise requires significant amounts of code
can be done in just a few lines with regular expressi... (more)