Public Function RemoveVowels( _
ByVal vValue As Variant _
) As Variant RemoveVowels("This is only a test.") = "Ths s nly tst."See also: RemoveSomeVowels Function
StripRangeOfCharacters Function
DifferenceCharacters Function
CharacterTypes Class
IsVowel FunctionvValue: String containing the phrase which is to have its vowels removed. Function returns Null if vValue is Null or cannot be fixed up to a String. Note: Function uses the built-in character classification routines to determine which characters represent vowels.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.