Skip to main content

8 docs tagged with "strings"

View all tags

Boost.Format

boost::format gives you type-safe, positional string formatting using a printf-inspired

Boost.LexicalCast

boost::lexical_cast(source) converts between text and almost any type with a single, uniform

Boost.Regex

boost::regex is a regular expression engine for C++ that supports Perl and POSIX syntax. It

Boost.StringAlgo

boost::string is a collection of generic string algorithms — case conversion,

Boost.Tokenizer

boost::tokenizer breaks a string into tokens using pluggable separator functions. It

String Handling

C++ provides std::string_view (C++17) for non-owning string references. Rich API for searching, modifying, and converting text data.