Tagged Questions
3
votes
2answers
922 views
Regex: How to match a string that contains repeated pattern?
Is there a regex pattern that will match a string that contains repeated pattern, e.g.:
"a"|"b","c"|"d",...,"y"|"z"
Do you have any idea?
Thanks.