Regular expressions library - cppreference.com

文章推薦指數: 80 %
投票人數:10人

Regular expressions library · Target sequence. The character sequence that is searched for a pattern. · Pattern. This is the regular expression ... cppreference.com Createaccount Namespaces Page Discussion Variants Views View Edit History Actions Regularexpressionslibrary Fromcppreference.com #include #include #include   intmain() { std::strings="Somepeople,whenconfrontedwithaproblem,think" "\"Iknow,I'lluseregularexpressions.\"" "Nowtheyhavetwoproblems.";   std::regexself_regex("REGULAREXPRESSIONS", std::regex_constants::ECMAScript|std::regex_constants::icase); if(std::regex_search(s,self_regex)){ std::cout<N){ std::cout<



請為這篇文章評分?