pub fn tokenize_string(
game: &GameState,
sa: &SpellAbility,
desc: &str,
) -> StringExpand description
Tokenize a description string, replacing CARDNAME with the actual card name
and NICKNAME with a short version.
Mirrors Java’s SpellAbilityEffect.tokenizeString(SpellAbility, String).