Answers for "regex that starts with somehting and ends with something but ignores before between and after"

0

regular expression starts and ends with same symbol

/^(a|e|i|o|u).*\1$/
Posted by: Guest on March-03-2021

Code answers related to "regex that starts with somehting and ends with something but ignores before between and after"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language