String generation with regex criteria
- by menjaraz
I wonder wether it is feasible to implement an optimal string generator Class meeting the following requirements:
Generation criteria using regex
Lexicographical order enumeration.
Count propetry
Indexed access
I don't feel comfortable with regular expression: I cannot come up with a starting piece of code but I just think of a naive…