<-- Previous || Up || Next -->

Remove Vowels Function
Codes Ciphers Class

Public Function RemoveVowels( _
    ByVal vValue As Variant _
    ) As Variant

Removes the characters representing vowels from a string.

Summary: Vowels consist of the characters "A", "E", "I", "O", "U", plus certain accented "foreign" characters.
Example:
    RemoveVowels("This is only a test.") = "Ths s nly  tst."
See also:
    RemoveSomeVowels Function
    StripRangeOfCharacters Function
    DifferenceCharacters Function
    CharacterTypes Class
       IsVowel Function
vValue: 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.