pub fn split_display_name(display_name_str: &str) -> Option<(String, u16)>
Expand description

Splits the given display name into its base handle and handle suffix.

Arguments

  • display_name_str - The display name to split.

Returns

A tuple containing the base handle string and the handle suffix as a HandleSuffix enum.