NK-92 PR Comments
This commit is contained in:
@@ -37,7 +37,8 @@ namespace Nuake
|
||||
return result;
|
||||
}
|
||||
|
||||
std::string String::Sanitize(const std::string& keyword) {
|
||||
std::string String::Sanitize(const std::string& keyword)
|
||||
{
|
||||
std::string sanitizedKeyword = keyword;
|
||||
|
||||
// Remove spaces, underscores, and hyphens using regex
|
||||
|
||||
Reference in New Issue
Block a user