NK-92 PR Comments

This commit is contained in:
emerycp
2023-08-02 08:40:16 -04:00
parent 17a6ded94a
commit 276fc764b2
3 changed files with 3 additions and 4 deletions

View File

@@ -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