I\'m trying to match the start and end character of a string to be the same vowel. My regex is working in most scenarios, but failing in others:
var re = /([aeio
/^([aeiou])[a-z]\1$/
just a bit of improvement, to catch alphabet letters.