So the regex thatmatches battle name in the `BattleLobbyParser` class Line14 Line 144 should change to `\w{2,12}`.
So the regex thatmatches battle name in the
BattleLobbyParserclassLine14
Line 144
should change to
\w{2,12}.