acronym library

A acronym generator for Strings.

Extensions

AcronymString on String

Properties

stopWords List<String>
Stopwords without Numbers like "one" or "two"
no setter

Functions

generateAcronym(String input, {List<String>? stopWords, bool splitSyllables = false}) String
Generates a acronym out of the given String.