Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <string>
Go to the source code of this file.
Functions | |
std::string | extract_first (std::string first_second, std::string delimiter) |
std::string | extract_second (std::string first_second, std::string delimiter) |
std::string extract_first | ( | std::string | first_second, |
std::string | delimiter | ||
) |
Definition at line 5 of file extract_substring.cpp.
std::string extract_second | ( | std::string | first_second, |
std::string | delimiter | ||
) |
Definition at line 11 of file extract_substring.cpp.