Back to Arangodb

Text Processing Filters

3rdParty/boost/1.78.0/libs/iostreams/doc/guide/text_processing.html

3.12.9.11.2 KB
Original Source

Text Processing Filters

OverviewHeadersReference

Overview

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.

Headers

<boost/iostreams/filter/regex.hpp><boost/iostreams/filter/newline.hpp>

Reference

Class template basic_regex_filterClass template 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)