Skip to main content

2 docs tagged with "strings"

View all tags

String Handling

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