std::regex

 #include <regex>

if(std::regex_match(uriPath, std::regex( "blogger.com/blog/post/[A-Za-z0-9]{32}")))
{


Comments

Popular posts from this blog

Map sort 4 with array version

Map sort 3 with duplicates