#include#include using namespace std; int main(){ smatch results; string str="HyperWorks contains HyperMesh and HyperView and HyperStudy."; //string pat("Hyper[^ ]+[ |.]"); string pat("Hyper.*."); regex r(pat); //for(sregex_iterator it(str.begin(),str.end(),r),end_it;it!=end_it;++it){ // cout< str()< 视频地址:https://www.bilibili.com/video/BV1vh411h7NV?from=search&seid=11031321055643808941&spm_id_from=333.337.0.0



