logic: Trim lines and remove empty ones when checking license key
This commit is contained in:
@@ -39,6 +39,7 @@ namespace utility
|
||||
|
||||
std::string replace(std::string str, const std::string& from, const std::string& to);
|
||||
|
||||
std::string trim(const std::string &str);
|
||||
|
||||
template <typename ContainerType>
|
||||
ContainerType split(const std::string& str, const std::string& delimiter)
|
||||
|
||||
Reference in New Issue
Block a user