refactor(Core/Misc): acore to Acore (#6043)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "Tokenize.h"
|
||||
|
||||
std::vector<std::string_view> acore::Tokenize(std::string_view str, char sep, bool keepEmpty)
|
||||
std::vector<std::string_view> Acore::Tokenize(std::string_view str, char sep, bool keepEmpty)
|
||||
{
|
||||
std::vector<std::string_view> tokens;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user