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.