The Boost Iostreams library provides two types of Filters for text processing: Regular Expression Filters, which use the Boost Regular Expression Library ([Maddock]) to perform text substitutions, and Newline Filters, which convert between the text file formats used by various operating systems.
<boost/iostreams/filter/regex.hpp>
<boost/iostreams/filter/newline.hpp>
basic_regex_filter
basic_newline_filter
© Copyright 2008 CodeRage, LLC
© Copyright 2004-2007 Jonathan Turkanis
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)