E
Eddie
I searched with my problem but with no results 
My question is: how can I generate string, having only simple pattern,
like, [0-3]mid[4-7]end
For example tyis pattern should reproduce strings like:
1. 0min4end
2. 0min5end
3. 0min6end
4. 0min7end
5. 1min4end
6. 1min5end
7. 1min6end
8. 1min7end
9. 2min4end
10. 2min5end
11. 2min6end
12. 2min7end
13. 3min4end
14. 3min5end
15. 3min6end
16. 3min7end
Is there a alghoritm for it, how can I begin with making this?
My question is: how can I generate string, having only simple pattern,
like, [0-3]mid[4-7]end
For example tyis pattern should reproduce strings like:
1. 0min4end
2. 0min5end
3. 0min6end
4. 0min7end
5. 1min4end
6. 1min5end
7. 1min6end
8. 1min7end
9. 2min4end
10. 2min5end
11. 2min6end
12. 2min7end
13. 3min4end
14. 3min5end
15. 3min6end
16. 3min7end
Is there a alghoritm for it, how can I begin with making this?