Alphabet.replaceVowels

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

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

Meta