Possible Duplicates:
Random Text generator based on regex
Using Regex to generate Strings rather than match them
Hi, I need a matches generator for my regular expressions. E.g. for input like:
[A-Z]+[0-9]?
I get output:
FDLJUIOAF
LFDSJKHI8
B
IJKL5
And so on. I need this to show client what commands are currently supported so he can tell me what he wants to be added.
Does anyone know if there are such services?