登录社区云,与社区用户共同成长
邀请您加入社区
该用户还未填写简介
暂无可提供的服务
std::string text = 电话: 123-4567nstd::regex pattern(R((d{3})-(d{4})) // 分组匹配。std::string text = : $99.9, 折扣: $20nstd::regex pattern(R($d .?std::string text = 3年10月nstd::regex pattern(Rd{4}) // 匹配4位数字。s