Skip to content
Snippets Groups Projects

Implement wildcard for skill search

Merged Peter Albrecht requested to merge feature/skillGUISearch into master
All threads resolved!
@@ -63,7 +63,9 @@ namespace armarx::skills::gui
{
size_t occurance = skillName.find(substring, index);
if (occurance == std::string::npos)
{
return false;
}
// we found an occurance
Loading