You are viewing a single comment's thread. Return to all comments →
let re = /^([aeiou]).*\1$/i
this is for my case.
Seems like cookies are disabled on this browser, please enable them to open this website
Day 7: Regular Expressions I
You are viewing a single comment's thread. Return to all comments →
let re = /^([aeiou]).*\1$/i
this is for my case.