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

VECPP.c

Comparision with Quick Sort

Interview questions