30 July 2006 04:00
Dr. Dobb's | Regular Expressions in C++ | ] 25, 2001
by YukuanMarkRegular expressions form a central role in many programming languages, including Perl and Awk, as well as many familiar UNIX utilities such as grep and sed. The intrinsic nature of pattern matching in these languages has made them ideally suited to text p
29 July 2006 10:00
Boost.Regex: Introduction
by YukuanMarkRegular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language Perl, each of which make extensive use of regular expressions.
1
(2 marks)