Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
string.cpp File Reference
#include "string.hpp"
#include <exception>
#include <limits>
Include dependency graph for string.cpp:

Namespaces

namespace  ext
 

Functions

template<>
std::string ext::from_string (const std::string &)
 Predeclaration of from string method. The from string methods are supposed to convert string representation of a given type to that type. More...
 
ext::vector< std::string > ext::explode (const std::string &source, const std::string &delimiter)
 Splits the string to substrings based on delimiter. More...
 
std::string ext::implode (const std::vector< std::string > &source, const std::string &delimiter)
 Merges strings using the delimiter. More...