1
0
forked from Alepha/Alepha

Multi-char delimiter string splitting.

This commit is contained in:
2023-10-29 05:57:11 -04:00
parent 2bd71cdfcf
commit 4d88f7cb75
3 changed files with 36 additions and 1 deletions

View File

@ -75,6 +75,8 @@ namespace Alepha::Hydrogen ::detail:: string_algorithms
std::vector< std::string > split( const std::string &s, char token );
std::vector< std::string > split( std::string s, const std::string &delim );
/*!
* Parses an integral range description into a vector of values.
*/