39a144c ^
6b089c1 ^
1 2 3
4
5
unit module Acronym; sub abbreviate(Str $phrase --> Str) is export { [~] $phrase.split(/<[-_\s]>/).map(*.substr(0, 1).uc) }