You are viewing a single comment's thread. Return to all comments →
function regexVar() { let re = /^([aeiou]).+\1$/; return re; }
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 →