July 2006
Regex++
by YukuanMarkRegex++ provides a set of portable template classes and functions for compiling, matching and searching for regular expressions.
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
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.
regex_proposal
by YukuanMarkThis proposal is based heavily on the Boost regular expression library, although GRETA is also discussed. The proposal represents widespread existing practice; the Boost regex library is in use on over twenty compiler/platform combinations, and is one of
December 2005
1
(5 marks)