Regular Expressions 102: Text Translation in C++ -- Brian Overland
At InformIT:
Regular Expressions 102: Text Translation in C++
by Brian Overland
From the article:
With the new Regular Expression library in the C++11 specification, you can perform complex text translation simply by specifying a couple of text patterns and then just calling a function.


Still on the theme of "contiguous enables fast," a followup on the recent "Fast Polymorphic Collections" article:
Stroustrup's introduction to programming book has now been updated for modern C++. The Preface was posted on InformIT: