how to make regular expression for a charector which starting aand ecding as same code example Example: regular expression start and end with same character javascript /^([aeiou]).*\1$/i