Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
C++ Standard Library
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Strings=== Components that C++ programs may use for string manipulation. {| class="wikitable" ! Name !! Description |- | {{code|<charconv>}} || Added in [[C++17]]. Provides a locale-independent, non-allocating, and non-throwing string conversion utilities from/to integers and floating point. |- | {{code|<format>}} || Added in [[C++20]]. Provides a modern way of formatting strings including <code>std::format</code>. |- | {{code|<string>}} || Provides the C++ standard [[String (C++)|string]] classes and templates. |- | {{code|<string_view>}} || Added in [[C++17]]. Provides class template <code>std::basic_string_view</code>, an immutable non-owning view to any string. |- | {{code|<regex>}} || Added in [[C++11]]. Provides utilities for pattern matching strings using [[regular expressions]]. |}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)