@model SharedLibrary.Dtos.PlayerInfo @{ string match = System.Text.RegularExpressions.Regex.Match(Model.Name.ToUpper(), "[A-Z]").Value; string shortCode = match == string.Empty ? "?" : match; string marginClass = Model.Aliases.Count > 0 ? "mr-4" : ""; }