[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
.
string add_a(string s)Adds an 'a' or 'an' to a string. Determins if a 'a' or 'an' should be added based on the ending of the word. If you are doing this on an object you should probably use a_short or the_short on the object.
int vowel(int i)Determine if the input is a vowel. Is the input integer a vowel?