frontend-web-editor
getInitials(str): string
str
string
Defined in: app/hooks/eventTree/useTreeData.ts:13
Get uppercase initials from a phrase.
The phrase to extract initials from.
The concatenated uppercase initials (e.g., "Initiating Event" -> "IE").