If I have a string, e.g. spider, how do you create a new string that starts at the first vowel and ends with the last character of the initial string.
For example: - spider would be ider - elephant would be elephant - campus would be ampus
Thank you for the help.