findTeamByName

open fun findTeamByName(name: String): Team(source)

Finds a team by its name. Case-insensitive search through all existing teams.

Return

The found team or null if no team matches the name

Parameters

name

The name of the team to find