#ifndef GUARD_urls_h #define GUARD_urls_h #include #include std::vector find_urls(const std::string& s); #endif