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

Acronym String Function
String Words Class

Public Function AcronymString( _
    ByVal vPhrase As Variant _
    ) As Variant

Converts a string into its acronym by returning the first alphanumeric character from each sequence of alphanumeric characters.

Examples:
    AcronymString("Hello Joe") = "HJ"
    AcronymString("This is a test.") = "Tiat"
See also:
    AcronymFromCapitals Function
    IsAlliteration Function
vPhrase: String containing the words which will be formed into an acronym. Function returns Null if vPhrase is Null or cannot be fixed up to a String.

Note: Function uses the built-in character classification routines to determine which characters are alphanumeric.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.