|
-
Dec 20th, 2007, 08:07 PM
#1
Thread Starter
Addicted Member
Acronym
Hi guys,
Do anybody know a way to crate acronym from a string by sylable.
Example:
Dim strTest as String
strTest = Acronym("Hello World")
strTest will be HW.
Note: by syllable and not by word, nor Ucase nor Space. I beleive it's hard to do.
Any suggestion is appreciated.
-
Dec 20th, 2007, 08:23 PM
#2
Re: Acronym
Having spent 20 years in the military, there is no hard and fast rule one can use. Take these for example:
STRATCOM = Strategic Command
AFRES = Air Force Reserve
And even using common household acroynms:
TV = Television
USA = United States of America
-
Dec 20th, 2007, 10:38 PM
#3
Re: Acronym
 Originally Posted by Vntalk
Hi guys,
Do anybody know a way to crate acronym from a string by sylable.
Example:
Dim strTest as String
strTest = Acronym("Hello World")
strTest will be HW.
Note: by syllable and not by word, nor Ucase nor Space. I beleive it's hard to do.
Any suggestion is appreciated.
You would need access to some searchable dictionary. Barring that I'd say it's impossible. BTW the acronym, by syllable, for "Hello World" would be HLW, since there are two syllables in Hello.
-
Dec 22nd, 2007, 06:05 AM
#4
Re: Acronym
May I ask what kind of a program are you making?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|