摘要: 语法: std::regex //pattern std::regex_match //对string用pattern进行匹配, 从头匹配到尾 std::match_results //捕获匹配的内容 代码 #include <iostream> #include <regex> int main( 阅读全文
posted @ 2022-05-29 14:13 编程驴子 阅读(761) 评论(0) 推荐(0) 编辑