Alphabet.replaceNonVowels

Return a list of words derived from value where the chars marked as non-vowels(N) are replaced with actual elements from the alphabet

struct Alphabet(string[] vowels, string[] extraLetters = [])
static pure
string[]
replaceNonVowels
(
const string value
)

Meta