Boost.Format
boost::format gives you type-safe, positional string formatting using a printf-inspired
boost::format gives you type-safe, positional string formatting using a printf-inspired
boost::lexical_cast(source) converts between text and almost any type with a single, uniform
boost::regex is a regular expression engine for C++ that supports Perl and POSIX syntax. It
boost::string is a collection of generic string algorithms — case conversion,
boost::tokenizer breaks a string into tokens using pluggable separator functions. It
Unreal doesn't use std::string. It has three distinct string types — FString, FName, and
C++ provides std::string_view (C++17) for non-owning string references. Rich API for searching, modifying, and converting text data.
Overview