C++ Logo

std-proposals

Advanced search

Please make string class more powerful

From: Jicun Hu <jicun.hu_at_[hidden]>
Date: Sat, 5 Sep 2020 16:02:47 -0400
Compared to string processing in Python or Java, the string class in C++ is
way too weak.

For simple tasks such as splitting a string with delimiters, making all
characters uppercase or lowercase, etc., we need to write our own
functions. This makes programming in C++ inconvenient.

Received on 2020-09-05 15:06:26