gcontini
2019-10-12 dda16735b94661b798d6c0fd3e41af944de0a1fe
src/library/base/StringUtils.h
@@ -8,6 +8,7 @@
#ifndef STRINGUTILS_H_
#define STRINGUTILS_H_
#include <string>
#include <vector>
namespace license {
using namespace std;
@@ -23,6 +24,13 @@
string toupper_copy(const string& lowercase);
time_t seconds_from_epoch(const char* s);
} /* namespace license */
/**
 * Split a string on a given character
 */
const vector<string> split_string(const string& licensePositions, const char splitchar);
}
/* namespace license */
#endif /* STRINGUTILS_H_ */