Canoe
Comprehensive Atmosphere N' Ocean Engine
extract_substring.hpp File Reference
#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)
 

Function Documentation

◆ extract_first()

std::string extract_first ( std::string  first_second,
std::string  delimiter 
)

Definition at line 5 of file extract_substring.cpp.

◆ extract_second()

std::string extract_second ( std::string  first_second,
std::string  delimiter 
)

Definition at line 11 of file extract_substring.cpp.