We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
So the regex thatmatches battle name in the BattleLobbyParser class
BattleLobbyParser
Line14 Line 144
should change to \w{2,12}.
\w{2,12}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So the regex thatmatches battle name in the
BattleLobbyParser
classLine14
Line 144
should change to
\w{2,12}
.The text was updated successfully, but these errors were encountered: