mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-10-18 16:59:24 +00:00
Make split_tags a bit more generic so I can reuse it
I need it in an upcoming commit where I want to split on ':'
This commit is contained in:
parent
d5cf8e21b2
commit
a1490c3096
2 changed files with 6 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "helpers/compatibility.h"
|
||||
|
||||
namespace dinlib {
|
||||
std::vector<boost::string_ref> split_and_trim ( const std::string& parList, char parSeparator ) a_pure;
|
||||
std::vector<boost::string_ref> split_tags ( const std::string& parCommaSeparatedList ) a_pure;
|
||||
} //namespace dinlib
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue