regular expression start and end with same character javascript

JavaScript
/^([aeiou]).*\1$/i
Source

Also in JavaScript: