Difference between revisions of "Thread:Talk:RoboRumble/Participants/Remove bots with underscores in version numbers?/reply (7)"

From Robowiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 04:56, 28 August 2017

However I think this problem can be solved by simply trying all of the combinations when failed to remove a bot ;) As the problem seams to happen mostly on removing bots.

When removing bots, first try the canonical method, if failed, try everything that matches the name where '_' are replaced by `[ _]` (regex that matches space or underscore).

Say, if it failed to remove "SimpleBot_0.023h knn", try /^SimpleBot[ _]0\.023h[ _]knn$/ until success ;)