HackerRank Problem Link
JS Solution
let re = /^([aeiou]).+\1$/;
Last updated 3 years ago
Was this helpful?