regular expression for a string starts and end with same vowel code example Example: regular expression start and end with same character javascript /^([aeiou]).*\1$/i