Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

match a string that starts and ends with the same vowel

const regex = /(?<vowel>[aeiou])(w*k<vowel>)?/
 
PREVIOUS NEXT
Tagged: #match #string #starts #ends #vowel
ADD COMMENT
Topic
Name
8+9 =