I have to create a java program to produce a regex between two numbers. I have already created a program for doing it for 10 base like this: [0-9], but I am not able to do it for another base like 16. Have you some ideas?
The input of the program are two numbers and the output is an regex to get all the number between the input numbers of the program. I'm able to do this for 10 base but for 11-12-13-14-15 . . . base I'm not able. Have you some solution?