The text-processing tag has no wiki summary.
0
votes
1answer
90 views
Generate all possible outcomes from pattern or range
I have multiple patterns that I want to expand. Expansion should expand number and letter ranges between curly braces. Numbers need to support padding. I want to have it expand into a List(Of String) ...