字符串库

std::string:拼接、查找、插入、子串、大小写处理

字符串转数字:std::stoi, std::stod

数字转字符串:std::to_string

std::string_view (C++17):轻量只读视图,不复制

std::regex:正则表达式匹配