Regular Expressions 101

Community Patterns

start and end with same vowel

0

Regular Expression
ECMAScript (JavaScript)

/
(^a[a-z]+a$)|(^e[a-z]+e$)|(^i[a-z]+i$)|(^o[a-z]+o$)|(^u[a-z]u+$)
/
gm

Description

no description available

Submitted by anonymous - 5 years ago